Cmd.Net 1.4.1

dotnet add package Cmd.Net --version 1.4.1
NuGet\Install-Package Cmd.Net -Version 1.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cmd.Net" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cmd.Net --version 1.4.1
#r "nuget: Cmd.Net, 1.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cmd.Net as a Cake Addin
#addin nuget:?package=Cmd.Net&version=1.4.1

// Install Cmd.Net as a Cake Tool
#tool nuget:?package=Cmd.Net&version=1.4.1

Cmd.Net is convenient and laconic API for creating command line applications.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 1,650 7/21/2016
1.4.0 1,014 5/16/2016
1.3.1 1,523 8/28/2015
1.3.0 1,108 5/14/2015

* 1.4.1 - Added argument name prefix customization support.
         Added implicit conversion from Delegate to DelegateCommand.
* 1.4.0 - Added bit field arguments support.
         Added remarks support in help generation.
         Added examples support in help generation.
         Unified style for generated help.
* 1.3.1 - Fixed a bug with ArgumentEnumerator.GetEnumerator.
* 1.3.0 - Scope uses a name of an entry point assembly to create a new CommandContext.
         If the error stream is unspecified then the output stream will be used for errors.
         Properties of CommandContextScope were moved to CommandContext class.
         ExecuteAll methods are moved to CommandExtensions.
         ExecuteSingle methods are added to CommandExtensions.