Skip to content

Commit 35854d0

Browse files
committed
Changed version from 2.0.0-beta3 to v2.0.0 because we're releasing! (fixes #25)
1 parent 9258299 commit 35854d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<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>
1414
<Copyright>© Alex Kamsteeg</Copyright>
1515
<PackageLicenseUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments/blob/master/LICENSE</PackageLicenseUrl>
16-
<Version>2.0.0-beta3</Version>
16+
<Version>2.0.0</Version>
1717
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments</RepositoryUrl>
1818
<RepositoryType>Git</RepositoryType>
1919
<PackageTags>cli commandline command line arguments argument parser</PackageTags>

0 commit comments

Comments
 (0)