ConsoLovers.ConsoleToolkit
1.0.0.2
See the version list below for details.
dotnet add package ConsoLovers.ConsoleToolkit --version 1.0.0.2
NuGet\Install-Package ConsoLovers.ConsoleToolkit -Version 1.0.0.2
<PackageReference Include="ConsoLovers.ConsoleToolkit" Version="1.0.0.2" />
paket add ConsoLovers.ConsoleToolkit --version 1.0.0.2
#r "nuget: ConsoLovers.ConsoleToolkit, 1.0.0.2"
// Install ConsoLovers.ConsoleToolkit as a Cake Addin #addin nuget:?package=ConsoLovers.ConsoleToolkit&version=1.0.0.2 // Install ConsoLovers.ConsoleToolkit as a Cake Tool #tool nuget:?package=ConsoLovers.ConsoleToolkit&version=1.0.0.2
Toolbox for advanced console applications. The toolbox contains a console menu, a command line argument engine and some other useful console helpers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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 |
---|---|---|
6.2.1 | 1,254 | 12/8/2022 |
6.2.0 | 555 | 10/25/2022 |
6.1.0 | 438 | 10/13/2022 |
6.0.0 | 423 | 9/29/2022 |
6.0.0-rc9 | 153 | 8/31/2022 |
6.0.0-rc8 | 171 | 8/26/2022 |
6.0.0-rc7 | 169 | 8/25/2022 |
6.0.0-rc6 | 171 | 8/24/2022 |
6.0.0-rc5 | 177 | 8/24/2022 |
6.0.0-rc4 | 137 | 8/23/2022 |
6.0.0-rc3 | 174 | 8/23/2022 |
6.0.0-rc22 | 282 | 9/19/2022 |
6.0.0-rc21 | 179 | 9/17/2022 |
6.0.0-rc2 | 164 | 8/18/2022 |
6.0.0-rc19 | 180 | 9/16/2022 |
6.0.0-rc18 | 182 | 9/16/2022 |
6.0.0-rc17 | 188 | 9/15/2022 |
6.0.0-rc16 | 169 | 9/2/2022 |
6.0.0-rc15 | 161 | 9/2/2022 |
6.0.0-rc14 | 150 | 9/1/2022 |
6.0.0-rc13 | 157 | 9/1/2022 |
6.0.0-rc12 | 157 | 8/31/2022 |
6.0.0-rc11 | 168 | 8/31/2022 |
6.0.0-rc10 | 160 | 8/31/2022 |
6.0.0-rc1 | 142 | 8/18/2022 |
5.0.0-rc1 | 2,561 | 4/11/2018 |
4.0.1 | 3,956 | 4/9/2018 |
4.0.0 | 1,062 | 4/9/2018 |
4.0.0-rc2 | 872 | 4/8/2018 |
4.0.0-rc1 | 836 | 4/4/2018 |
3.0.3 | 1,133 | 4/3/2018 |
3.0.2 | 1,102 | 4/3/2018 |
3.0.1 | 1,163 | 1/29/2018 |
3.0.0 | 1,217 | 11/20/2017 |
3.0.0-rc2 | 929 | 8/24/2017 |
3.0.0-rc1 | 796 | 8/24/2017 |
2.0.6 | 2,067 | 7/14/2017 |
2.0.5 | 1,087 | 7/7/2017 |
1.0.0.2 | 1,060 | 4/21/2017 |
1.0.0.1 | 1,030 | 4/21/2017 |
1.0.0 | 1,269 | 2/24/2017 |
- Fixed color in default menu
- Added posibility for ConsoleApplication's to react on calls without arguments
Most important classes are:
- ConsoleMenu
- ColoredConsoleMenu
- ConsoleColorManager
- CommandLineEngine
- InputBox
- ConsoleBuffer
- ConsoleApplicationWith{T}
- ConsoleApplicationManager