Skip to content

Commit b8c6455

Browse files
committed
Updated version to v1.1.1
1 parent d5e4bad commit b8c6455

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
<Description>AtleX.CommandLineArguments is a helper library to facilitate parsing command line arguments into a strongly-typed object. Values can be validated with extensible and customisable validators and the library can automatically generate help for the user.</Description>
1111
<Copyright>© Alex Kamsteeg</Copyright>
1212
<PackageLicenseUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments/blob/master/LICENSE</PackageLicenseUrl>
13-
<Version>1.1.0</Version>
13+
<Version>1.1.1</Version>
1414
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
1616
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
17+
<PackageReleaseNotes>1.1.1:
18+
-Many internal improvements (#7, #13, #14, #15, #16, #17)</PackageReleaseNotes>
1719
</PropertyGroup>
1820

1921
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)