SadConsole.Host.FNA 10.4.0

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

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

SadConsole Logo

Chat on discord [NuGet][nuget]

SadConsole is a C#-based .NET cross-platform terminal, ascii, console, game engine. It simulates these types of programs and with it you can make ascii-styled games for modern platforms. At its heart, SadConsole is really a giant tile-based game engine. However, its object model is conceptually similar to a traditional console app.

This is the host library for FNA.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
10.4.0 144 3/31/2024
10.4.0-debug 107 3/31/2024
10.0.3 99 3/14/2024
10.0.3-debug 69 3/14/2024

- Reversioned to follow new versioning scheme.
- Configuration namespace was moved to SadConsole directly. Only library specific config options are here now.
- Package contains all dependencies now.