Skip to content

Commit 3f80bf0

Browse files
committed
Updated version to v2.0.1
1 parent ea88442 commit 3f80bf0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@
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</Version>
16+
<Version>2.0.1</Version>
1717
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments</RepositoryUrl>
1818
<RepositoryType>Git</RepositoryType>
1919
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
20-
<PackageReleaseNotes>2.0.0:
20+
<PackageReleaseNotes>
21+
2.0.1:
22+
- Performance improvements (#39)
23+
24+
2.0.0:
2125
- [Feature] Added support for GNU/Linux style "--name value" arguments (#19)
2226
- [Feature] Simplified extending the library with different parsers and help writers by introducing interfaces (#8, #11)
2327
- [Feature] Rewritten the configuration system. This makes it a lot more explicit by strong-typed configurations (e.g. WindowsStyleConfiguration) and now by default all built-in type parsers and validators are loaded to take that burden away from the user. Also, by default the new AutoDetectConfiguration is used that uses Windows-style arguments when running on Windows, and GNU/Linux style on Linux and Mac (#9)

0 commit comments

Comments
 (0)