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
+7Lines changed: 7 additions & 0 deletions
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.__
0 commit comments