Commit 3e43750 1 parent 2dff646 commit 3e43750 Copy full SHA for 3e43750
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ The Command Line Parser Library offers CLR applications a clean and concise API
14
14
C:\Project> NuGet Install CommandLineParser
15
15
```
16
16
17
+ # Nightly Build
18
+
19
+ Nightly version of the CommandLineParser can be downloaded from github [ Releases] ( https://github.com/commandlineparser/commandline/releases ) .
20
+
21
+ The Last new features and fixes, read [ changelog] ( https://github.com/commandlineparser/commandline/blob/master/CHANGELOG.md )
22
+
23
+
17
24
_ NOTE: Mentioned F# Support is provided via ``` CommandLineParser.FSharp ``` package with FSharp dependencies._
18
25
19
26
__ This library provides _ hassle free_ command line parsing with a constantly updated API since 2005.__
Original file line number Diff line number Diff line change 97
97
on :
98
98
APPVEYOR_REPO_TAG : true
99
99
CAN_PUBLISH : true
100
- IS_RELEASE : true
100
+
101
101
You can’t perform that action at this time.
0 commit comments