SadConsole.FNA 6.4.1

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

// Install SadConsole.FNA as a Cake Tool
#tool nuget:?package=SadConsole.FNA&version=6.4.1

An FNA library that emulates old-school console and command prompt style graphics. Use the SadConsole.Starter package for new projects.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
8.0.0 1,668 2/24/2019
7.3.0 1,361 12/29/2018
7.2.0 1,174 11/20/2018
7.1.0 1,217 10/19/2018
7.0.4 1,271 9/8/2018
7.0.3 1,226 9/8/2018
7.0.2 1,235 8/31/2018
7.0.1 1,244 8/29/2018
7.0.0 1,207 8/29/2018
6.5.0 1,425 6/12/2018
6.4.11 1,455 4/13/2018
6.4.10 1,332 3/18/2018
6.4.9 1,398 3/18/2018
6.4.8 1,426 3/18/2018
6.4.7 1,413 3/16/2018
6.4.6 1,457 2/14/2018
6.4.5 1,432 2/3/2018
6.4.3 1,286 11/14/2017
6.4.2 1,349 9/27/2017
6.4.1 1,326 9/27/2017

- Added new Palette and Timer classes.
- Added extension method to ColorGradient that returns a Color[] based on the stops.
- Fixed a bug in InputBox that happened when you clicked twice on the control. Thanks arxae and naknode!
- Fixed effect manager remove methods.