From 3e43750c5e0c3a433c61d8b7df0bffb8cb9d76ec Mon Sep 17 00:00:00 2001 From: moh-hassan Date: Wed, 18 Mar 2020 16:53:24 +0200 Subject: [PATCH] Update readme.md --- README.md | 7 +++++++ appveyor.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 +