Skip to content

Commit 3e43750

Browse files
committed
Update readme.md
1 parent 2dff646 commit 3e43750

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ The Command Line Parser Library offers CLR applications a clean and concise API
1414
C:\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.__

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ for:
9797
on:
9898
APPVEYOR_REPO_TAG: true
9999
CAN_PUBLISH: true
100-
IS_RELEASE : true
100+
101101

0 commit comments

Comments
 (0)