File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 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
1414C:\Project> NuGet Install CommandLineParser
1515```
1616
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+
1724_ NOTE: Mentioned F# Support is provided via ``` CommandLineParser.FSharp ``` package with FSharp dependencies._
1825
1926__ 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 9797 on :
9898 APPVEYOR_REPO_TAG : true
9999 CAN_PUBLISH : true
100- IS_RELEASE : true
100+
101101
You can’t perform that action at this time.
0 commit comments