ConsoLovers.ConsoleToolkit 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConsoLovers.ConsoleToolkit --version 4.0.0
NuGet\Install-Package ConsoLovers.ConsoleToolkit -Version 4.0.0
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="ConsoLovers.ConsoleToolkit" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsoLovers.ConsoleToolkit --version 4.0.0
#r "nuget: ConsoLovers.ConsoleToolkit, 4.0.0"
#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 ConsoLovers.ConsoleToolkit as a Cake Addin
#addin nuget:?package=ConsoLovers.ConsoleToolkit&version=4.0.0

// Install ConsoLovers.ConsoleToolkit as a Cake Tool
#tool nuget:?package=ConsoLovers.ConsoleToolkit&version=4.0.0

Toolbox for advanced console applications. The toolbox contains a console menu, a command line argument engine and some other useful console helpers.

Product 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. 
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
6.2.1 1,005 12/8/2022
6.2.0 529 10/25/2022
6.1.0 406 10/13/2022
6.0.0 393 9/29/2022
6.0.0-rc9 121 8/31/2022
6.0.0-rc8 135 8/26/2022
6.0.0-rc7 136 8/25/2022
6.0.0-rc6 141 8/24/2022
6.0.0-rc5 145 8/24/2022
6.0.0-rc4 121 8/23/2022
6.0.0-rc3 144 8/23/2022
6.0.0-rc22 253 9/19/2022
6.0.0-rc21 151 9/17/2022
6.0.0-rc2 135 8/18/2022
6.0.0-rc19 147 9/16/2022
6.0.0-rc18 153 9/16/2022
6.0.0-rc17 162 9/15/2022
6.0.0-rc16 140 9/2/2022
6.0.0-rc15 130 9/2/2022
6.0.0-rc14 124 9/1/2022
6.0.0-rc13 129 9/1/2022
6.0.0-rc12 118 8/31/2022
6.0.0-rc11 134 8/31/2022
6.0.0-rc10 125 8/31/2022
6.0.0-rc1 124 8/18/2022
5.0.0-rc1 2,503 4/11/2018
4.0.1 3,831 4/9/2018
4.0.0 1,032 4/9/2018
4.0.0-rc2 839 4/8/2018
4.0.0-rc1 798 4/4/2018
3.0.3 1,094 4/3/2018
3.0.2 1,068 4/3/2018
3.0.1 1,121 1/29/2018
3.0.0 1,186 11/20/2017
3.0.0-rc2 895 8/24/2017
3.0.0-rc1 764 8/24/2017
2.0.6 2,034 7/14/2017
2.0.5 1,051 7/7/2017
1.0.0.2 1,034 4/21/2017
1.0.0.1 991 4/21/2017
1.0.0 1,239 2/24/2017

4.0.0
      - Release before .Net standard support
      4.0.0-rc2
      - Bug fix because unhandle command line argument event was raised for default commands
      4.0.0-rc1
      - Some braking changes in the ConsoleApplicationManager class and it's bootstrappers.
      Migration (if required) should be simple and straightforward.
      3.0.3
      - Minor fix to support derived argument classes with unmapped arguments
      3.0.2
      - Added support for handling unhandled command line arguments in command line engine
      3.0.1
      - Added support for Nullable types in the argument classes of the command line engine
      3.0.0
      - Fixed resizing error of ConsoleWindowHeigth and width attributes.
      - Fixed color in default menu
      - Added posibility for ConsoleApplication's to react on calls without arguments
      # V 3.0.0
      - Changed and improved dependency injection container
      - Fixed behavior of boolean arguments
      - Added validation interface for command line engine

      Most important classes are:
      - ConsoleMenu
      - ColoredConsoleMenu
      - ConsoleColorManager
      - CommandLineEngine
      - InputBox
      - ConsoleBuffer
      - ConsoleApplicationWith{T}
      - ConsoleApplicationManager