WinMan 0.6.0

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

// Install WinMan as a Cake Tool
#tool nuget:?package=WinMan&version=0.6.0

Window/panel display utility library written with roguelike/2D game development in mind, on top of the C# full color console library RLNET.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  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

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
0.6.0 993 11/28/2017
0.5.0 853 11/28/2017

Added flag that allows one to prevent a panel from reveiving keyboard input, for cases when it has nothing it needs to do with keyboard input.