Skip to content

Commit b1ca0cc

Browse files
authored
Update CommandLine.csproj (#38)
Bump version in preparation for release.
1 parent 388c179 commit b1ca0cc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/CommandLine.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<Version>1.5.2</Version>
11-
<AssemblyVersion>1.5.2.0</AssemblyVersion>
10+
<Version>1.5.3</Version>
11+
<AssemblyVersion>1.5.3.0</AssemblyVersion>
1212
<FileVersion>$(AssemblyVersion)</FileVersion>
1313
</PropertyGroup>
1414

@@ -18,8 +18,7 @@
1818
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1919
<Authors>Alex Ghiondea</Authors>
2020
<Description>Parse command line arguments into user defined objects</Description>
21-
<releaseNotes>Improved the analyzer to help catch even more common issues that people can run into while using this analyzer.
22-
It also adds the ability to override the position for required attributes when using groups.</releaseNotes>
21+
<releaseNotes>Fix an issue where the argument name in an exception was the wrong one.</releaseNotes>
2322
<Copyright>Alex Ghiondea (c) 2019</Copyright>
2423
<PackageLicenseUrl>https://raw.githubusercontent.com/AlexGhiondea/CommandLine/master/LICENSE</PackageLicenseUrl>
2524
<PackageProjectUrl>https://github.com/AlexGhiondea/CommandLine</PackageProjectUrl>

0 commit comments

Comments
 (0)