ObscureWare.Console.Core 0.3.3.27318

dotnet add package ObscureWare.Console.Core --version 0.3.3.27318
NuGet\Install-Package ObscureWare.Console.Core -Version 0.3.3.27318
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="ObscureWare.Console.Core" Version="0.3.3.27318" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObscureWare.Console.Core --version 0.3.3.27318
#r "nuget: ObscureWare.Console.Core, 0.3.3.27318"
#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 ObscureWare.Console.Core as a Cake Addin
#addin nuget:?package=ObscureWare.Console.Core&version=0.3.3.27318

// Install ObscureWare.Console.Core as a Cake Tool
#tool nuget:?package=ObscureWare.Console.Core&version=0.3.3.27318

This small library allows more control on System.Console than using default one. Plus CloseColorFinder tool for mapping System.Drawing.Color structure to the closest possible color from console's 16 colors. And you can also easily edit those defaults.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ObscureWare.Console.Core:

Package Downloads
ObscureWare.Console.Operations

This library allows for console operations, like table / frame display. Requires Obscureware.Console.Core to support coloring and console control

ObscureWare.Console.Commands

This library is robust, flexible console command engine that cooperates with our Console.Core coloring engine. It supports various types of syntax and provides separation of models, commands and console output, which is good for proper unit testing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.3.27318 1,118 7/9/2017
0.3.2.18319 900 7/9/2017
0.3.1.469 1,613 1/6/2017
0.3.0.28607 2,910 1/5/2017
0.2.8.42712 1,822 1/4/2017
0.2.8.28268 1,061 1/5/2017
0.2.7.16017 2,134 1/4/2017
0.2.6.33198 1,637 1/3/2017
0.2.5.31474 1,255 1/3/2017
0.2.4.19971 1,114 1/3/2017
0.2.4.17827 2,679 12/31/2016
0.2.3.41965 1,063 12/31/2016
0.2.3.18688 1,965 12/27/2016
0.2.2.1729 1,252 12/26/2016
0.2.1.1673 1,211 12/26/2016
0.2.1.856 1,088 12/26/2016
0.2.0 1,643 12/23/2016

Version BETA.
   Cleaning project. Rearranged color balancer default parameters and fixed balancing phrase. New demo images.