SadConsole.FNA 7.0.0

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

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

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,705 2/24/2019
7.3.0 1,394 12/29/2018
7.2.0 1,213 11/20/2018
7.1.0 1,248 10/19/2018
7.0.4 1,312 9/8/2018
7.0.3 1,267 9/8/2018
7.0.2 1,275 8/31/2018
7.0.1 1,284 8/29/2018
7.0.0 1,249 8/29/2018
6.5.0 1,462 6/12/2018
6.4.11 1,490 4/13/2018
6.4.10 1,365 3/18/2018
6.4.9 1,437 3/18/2018
6.4.8 1,460 3/18/2018
6.4.7 1,460 3/16/2018
6.4.6 1,498 2/14/2018
6.4.5 1,467 2/3/2018
6.4.3 1,328 11/14/2017
6.4.2 1,382 9/27/2017
6.4.1 1,369 9/27/2017

[BREAKING CHANGES]
- New SurfaceBase class which all Surface's inherit from.
- SurfaceBase has an IRenderer on it directly now.
- SurfaceEditor has been removed and is now implemented on SurfaceBase directly.
- Console no longer combines Renderer and TextSurface for drawing.
- Draw(SpriteBatch batch, Point position, Point size, Font font) has been removed.
- Cell/CellState have a Decorators list which are used to add extra glyph draws to individual cells.
- CellDecorator class added that has a color, glyph, and mirror setting.
- SadConsole.Serialization uses Newtonsoft.Json instead of the default .NET classes.
- SadConsole.Serialization supports GZIP compression now.
- Settings.SerializationIsCompressed can be set to true to set all internal save/load to use compression.
- Control themes completely rewritten. Themes control all drawing for a control now.
- Windows/ControlsConsole use a theme for drawing.
- InputBox renamed TextBox.
- Removed GameHelpers namespace. Types moved to root namespace.
- GameObject renamed to Entity.
- Surface.RenderArea changed to Surface.ViewPort
- Readded Zone and HotSpot types.
- Removed random level generation.
- Added Entities.EntityManager which helps control entity visibility and offsets based on a parent console. Also handles zones/hotspots.