File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <PropertyGroup >
10- <AssemblyVersion >2.0 .0</AssemblyVersion >
10+ <AssemblyVersion >2.1 .0</AssemblyVersion >
1111 <FileVersion >$(AssemblyVersion)</FileVersion >
12- <VersionPrefix >2.0 .0</VersionPrefix >
12+ <VersionPrefix >2.1 .0</VersionPrefix >
1313 </PropertyGroup >
1414
1515 <PropertyGroup >
1818 <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
1919 <Authors >Alex Ghiondea</Authors >
2020 <Description >Parse command line arguments into user defined objects</Description >
21- <releaseNotes >Fix an issue where the argument name in an exception was the wrong one.</releaseNotes >
21+ <releaseNotes >Fix an issue where TryParse returns true when parsing help which leads to a null reference later.
22+ Also ensure that Parse throws a ParseException when the help was requested to ensure we don't end up with null options after parsing.</releaseNotes >
2223 <Copyright >Alex Ghiondea (c) 2019</Copyright >
2324 <PackageLicenseUrl >https://raw.githubusercontent.com/AlexGhiondea/CommandLine/master/LICENSE</PackageLicenseUrl >
2425 <PackageProjectUrl >https://github.com/AlexGhiondea/CommandLine</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments