diff --git a/README.md b/README.md index aa1145e5..68b10659 100644 --- a/README.md +++ b/README.md @@ -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.__ diff --git a/appveyor.yml b/appveyor.yml index 02ef623d..a3516230 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -97,5 +97,5 @@ for: on: APPVEYOR_REPO_TAG: true CAN_PUBLISH: true - IS_RELEASE : true +