You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommandLineParser/CommandLineParser.nuspec
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<package>
3
3
<metadata>
4
4
<id>MatthiWare.CommandLineParser</id>
5
-
<version>0.2.1</version>
5
+
<version>0.2.2</version>
6
6
<title>CommandLineParser.Core</title>
7
7
<authors>Matthias Beerens</authors>
8
8
<owners>Matthiee</owners>
@@ -15,8 +15,8 @@
15
15
Configuration is done through a option model class using attributes or fluent API can be used to configure the properties of the class.
16
16
This library allows to add commands with their own set of options as well.
17
17
</description>
18
-
<summary>A simple, light-weight and strongly typed command line parser. Configuration using fluent APIand an options class. </summary>
19
-
<releaseNotes>Fix issue where optional commands would be marked as missing. Fix issue where auto executing commands can cause parser to crash.</releaseNotes>
18
+
<summary>A simple, light-weight and strongly typed command line parser. Configuration using Fluent API, Attributes and model classes.</summary>
19
+
<releaseNotes>Fix issue with bool parsing, fix indenting, fix auto printing of errors</releaseNotes>
0 commit comments