ConsoleToolkit 1.3.2
See the version list below for details.
dotnet add package ConsoleToolkit --version 1.3.2
NuGet\Install-Package ConsoleToolkit -Version 1.3.2
<PackageReference Include="ConsoleToolkit" Version="1.3.2" />
paket add ConsoleToolkit --version 1.3.2
#r "nuget: ConsoleToolkit, 1.3.2"
// Install ConsoleToolkit as a Cake Addin
#addin nuget:?package=ConsoleToolkit&version=1.3.2
// Install ConsoleToolkit as a Cake Tool
#tool nuget:?package=ConsoleToolkit&version=1.3.2
A library providing the messy bits of console applications.
This package provides a framework for building console applications, improved handling of input and output to the console, and a rich command line parsing infrastructure.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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 |
---|---|---|
2.0.0 | 7,651 | 8/26/2018 |
1.4.1 | 1,427 | 2/8/2018 |
1.4.0-beta3 | 1,015 | 12/31/2017 |
1.4.0-beta2 | 849 | 11/23/2017 |
1.4.0-beta1 | 1,045 | 11/19/2017 |
1.3.4 | 1,198 | 11/8/2017 |
1.3.3 | 1,188 | 11/3/2017 |
1.3.2 | 1,170 | 10/29/2017 |
1.3.1 | 1,069 | 9/23/2017 |
1.3.0-beta3 | 1,075 | 9/5/2017 |
1.3.0-beta2 | 975 | 8/20/2017 |
1.3.0-beta | 855 | 8/20/2017 |
1.2.0 | 1,319 | 12/11/2016 |
1.2.0-beta3 | 962 | 12/10/2016 |
1.2.0-beta2 | 962 | 12/5/2016 |
1.2.0-beta | 962 | 12/2/2016 |
1.1.0 | 1,312 | 6/27/2016 |
1.0.1 | 1,569 | 7/9/2015 |
1.0.0.27 | 1,411 | 7/4/2015 |
1.0.0.26 | 1,376 | 6/19/2015 |
1.0.0.25 | 1,415 | 5/12/2015 |
Fixed an issue in which blank command lines would crash an interactive session. Fixed an issue in which commands that set the Environment.ExitCode would prevent any further commands from executing an an interactive session.