Skip to content

Commit

Permalink
Updated version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akamsteeg committed Jun 23, 2018
1 parent ea88442 commit 3f80bf0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
<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>
<Copyright>© Alex Kamsteeg</Copyright>
<PackageLicenseUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments/blob/master/LICENSE</PackageLicenseUrl>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
<PackageReleaseNotes>2.0.0:
<PackageReleaseNotes>
2.0.1:
- Performance improvements (#39)

2.0.0:
- [Feature] Added support for GNU/Linux style "--name value" arguments (#19)
- [Feature] Simplified extending the library with different parsers and help writers by introducing interfaces (#8, #11)
- [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)
Expand Down

0 comments on commit 3f80bf0

Please sign in to comment.