Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-hassan committed Mar 18, 2020
1 parent 2dff646 commit 3e43750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ The Command Line Parser Library offers CLR applications a clean and concise API
C:\Project> NuGet Install CommandLineParser
```

# Nightly Build

Nightly version of the CommandLineParser can be downloaded from github [Releases](https://github.com/commandlineparser/commandline/releases).

The Last new features and fixes, read [changelog](https://github.com/commandlineparser/commandline/blob/master/CHANGELOG.md)


_NOTE: Mentioned F# Support is provided via ```CommandLineParser.FSharp``` package with FSharp dependencies._

__This library provides _hassle free_ command line parsing with a constantly updated API since 2005.__
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ for:
on:
APPVEYOR_REPO_TAG: true
CAN_PUBLISH: true
IS_RELEASE : true


0 comments on commit 3e43750

Please sign in to comment.