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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Command Line Parser Library 1.9.5.3 rc0 for CLR.
1
+
Command Line Parser Library 1.9.6.1 rc1 for CLR.
2
2
===
3
3
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks defining switches, options and verb commands. It allows you to display an help screen with an high degree of customization and a simple way to report syntax errors to the end user. Everything that is boring and repetitive to be programmed stands up on library shoulders, letting developers concentrate on core logic.
4
4
__This library provides _hassle free_ command line parsing with a constantly updated API since 2005.__
Copy file name to clipboardExpand all lines: Rakefile.rb
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
PRODUCT="Command Line Parser Library"
2
2
DESCRIPTION="The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks."
Copy file name to clipboardExpand all lines: doc/PublicAPI.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,5 @@ Public API Changes:
17
17
- Version 1.9.4.223: Non breaking, added ``IParserSettings::ParsingCulture`` and ``ParserConfigurator::UseCulture``.
18
18
- Version 1.9.4.225: Breaking, default singleton parsing culture is ``CultureInfo.InvariantCulture``; this is not general default only the one of default singleton.
19
19
- Version 1.9.4.223: 'Partially' non breaking, all attributes are now in root namespace.
20
-
- Version 1.9.5.0: Breaking (in some cases), removed ``IParser::ParseArguments`` overloads (see ChangeLog); removed ``::WasVerbOptionInvoked``; use new ``HelpText::AutoBuild(object,string)`` instead of obsolete ``::GetVerbOptionsInstanceByName``.
20
+
- Version 1.9.5.0: Breaking (in some cases), removed ``IParser::ParseArguments`` overloads (see ChangeLog); removed ``::WasVerbOptionInvoked``; use new ``HelpText::AutoBuild(object,string)`` instead of obsolete ``::GetVerbOptionsInstanceByName``.
21
+
- Version 1.9.6.1: Non breaking (if implicit syntax), reverting back genericity from IParser.
0 commit comments