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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
This library allows to add commands with their own set of options as well.
17
17
</description>
18
18
<summary>A simple, light-weight and strongly typed command line parser. Configuration using fluent API and an options class. </summary>
19
-
<releaseNotes>Small improvements and bugfixes, also included xml documentation in package.</releaseNotes>
19
+
<releaseNotes>Fix issue where optional commands would be marked as missing. Fix issue where auto executing commands can cause parser to crash.</releaseNotes>
0 commit comments