ConsoLovers.ConsoleToolkit 6.0.0-rc7

This is a prerelease version of ConsoLovers.ConsoleToolkit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ConsoLovers.ConsoleToolkit --version 6.0.0-rc7
                    
NuGet\Install-Package ConsoLovers.ConsoleToolkit -Version 6.0.0-rc7
                    
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="6.0.0-rc7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConsoLovers.ConsoleToolkit" Version="6.0.0-rc7" />
                    
Directory.Packages.props
<PackageReference Include="ConsoLovers.ConsoleToolkit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ConsoLovers.ConsoleToolkit --version 6.0.0-rc7
                    
#r "nuget: ConsoLovers.ConsoleToolkit, 6.0.0-rc7"
                    
#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.
#addin nuget:?package=ConsoLovers.ConsoleToolkit&version=6.0.0-rc7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ConsoLovers.ConsoleToolkit&version=6.0.0-rc7&prerelease
                    
Install as a Cake Tool

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,628 12/8/2022
6.2.0 591 10/25/2022
6.1.0 498 10/13/2022
6.0.0 456 9/29/2022
6.0.0-rc9 189 8/31/2022
6.0.0-rc8 201 8/26/2022
6.0.0-rc7 197 8/25/2022
6.0.0-rc6 203 8/24/2022
6.0.0-rc5 207 8/24/2022
6.0.0-rc4 165 8/23/2022
6.0.0-rc3 204 8/23/2022
6.0.0-rc22 309 9/19/2022
6.0.0-rc21 212 9/17/2022
6.0.0-rc2 194 8/18/2022
6.0.0-rc19 209 9/16/2022
6.0.0-rc18 211 9/16/2022
6.0.0-rc17 222 9/15/2022
6.0.0-rc16 195 9/2/2022
6.0.0-rc15 189 9/2/2022
6.0.0-rc14 177 9/1/2022
6.0.0-rc13 184 9/1/2022
6.0.0-rc12 186 8/31/2022
6.0.0-rc11 194 8/31/2022
6.0.0-rc10 193 8/31/2022
6.0.0-rc1 176 8/18/2022
5.0.0-rc1 2,977 4/11/2018
4.0.1 4,328 4/9/2018
4.0.0 1,306 4/9/2018
4.0.0-rc2 1,096 4/8/2018
4.0.0-rc1 1,059 4/4/2018
3.0.3 1,368 4/3/2018
3.0.2 1,342 4/3/2018
3.0.1 1,397 1/29/2018
3.0.0 1,379 11/20/2017
3.0.0-rc2 1,165 8/24/2017
3.0.0-rc1 952 8/24/2017
2.0.6 2,226 7/14/2017
2.0.5 1,256 7/7/2017
1.0.0.2 1,225 4/21/2017
1.0.0.1 1,195 4/21/2017
1.0.0 1,512 2/24/2017

6.0.0
- Signed assembly with consolovers key
- Added console menu application logic
- Updated to ConsoloversToolkit.Core 5
- Updated to .NET 6.0
- Multi-Target for .NET Framework 4.7.2 and .NET 6.0
5.0.0-rc1
- Added nuget reference to ConsoLovers.ConsoleToolkit.Core package
5.0.0-alpha3
- Moved most classes to ConsoLovers.ConsoleToolkit.Core (that supports .NetStandard2.0)

Most important classes are:
- ConsoleMenu
- ColoredConsoleMenu
- InputBox
- ConsoleBuffer