Skip to content

Commit 49193c7

Browse files
committed
Bump project version and update release notes.
1 parent 3cede41 commit 49193c7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/CommandLine.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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>
@@ -18,7 +18,8 @@
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>

0 commit comments

Comments
 (0)