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
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Command Line Parser Library 1.9.4.203 beta for CLR.
1
+
Command Line Parser Library 1.9.4.205 beta 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
__The search for the command line parser for your application is over, with this library you got a solid parsing API constantly updated since 2005.__
@@ -11,7 +11,8 @@ Compatibility:
11
11
12
12
News:
13
13
---
14
-
- All names of test fixture methods changed to a new convention (using https://gist.github.com/4655503).
14
+
- Removed compilation symbol UNIT_TESTS and DebugTests configuration.
15
+
- All names of test fixture methods changed to a new convention (using https://gist.github.com/4655503).
15
16
- Started refactoring on test project (migrating from NUnit to Xunit).
16
17
- Thanks to @marcells, we can reference CommandLine.dll from CommandLine.Tests.dll keeping strong name.
17
18
- Introduced ``ValueOptionAttribute`` enhancement of issue #33.
<xsl:textdisable-output-escaping="yes"><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">]]></xsl:text>
6
+
<html>
7
+
<head>
8
+
<title>
9
+
xUnit.net Test Results - <xsl:value-ofselect="@name"/>
0 commit comments