WindowsForm.Console 1.9.30.1256

Suggested Alternatives

WindowsForms.Console

Additional Details

maintained new nuget package

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

// Install WindowsForm.Console as a Cake Tool
#tool nuget:?package=WindowsForm.Console&version=1.9.30.1256

Component of WindowsForm, ConsoleGUI is added to WindowsForm Application.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  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

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
1.9.30.1256 17,112 9/30/2017
1.7.10.240 1,645 7/9/2017
1.0.1 1,947 5/22/2017

- added showTimeTag parameter on output for WriteLine() method
- bug fixed on Async Writing
- added AutoScrollToEndline property
- added SecureReadLine property
- added new examples
- added colored ReadKey() method
more stable than previous version