SadConsole.Extended
9.2.1
See the version list below for details.
dotnet add package SadConsole.Extended --version 9.2.1
NuGet\Install-Package SadConsole.Extended -Version 9.2.1
<PackageReference Include="SadConsole.Extended" Version="9.2.1" />
paket add SadConsole.Extended --version 9.2.1
#r "nuget: SadConsole.Extended, 9.2.1"
// Install SadConsole.Extended as a Cake Addin #addin nuget:?package=SadConsole.Extended&version=9.2.1 // Install SadConsole.Extended as a Cake Tool #tool nuget:?package=SadConsole.Extended&version=9.2.1
A library of common classes that extend SadConsole with new controls, windows, and more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. 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 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- ColorMineStandard (>= 1.0.0)
- SadConsole (>= 9.2.1)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETStandard 2.1
- ColorMineStandard (>= 1.0.0)
- SadConsole (>= 9.2.1)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net5.0
- ColorMineStandard (>= 1.0.0)
- SadConsole (>= 9.2.1)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net6.0
- ColorMineStandard (>= 1.0.0)
- SadConsole (>= 9.2.1)
- System.Text.Encoding.CodePages (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SadConsole.Extended:
Repository | Stars |
---|---|
Thraka/SadConsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
|
Version | Downloads | Last updated |
---|---|---|
10.5.0 | 256 | 12/7/2024 |
10.5.0-debug | 67 | 12/7/2024 |
10.4.0 | 1,021 | 3/31/2024 |
10.4.0-debug | 144 | 3/31/2024 |
10.0.3 | 261 | 3/14/2024 |
10.0.3-debug | 143 | 3/14/2024 |
10.0.2 | 734 | 11/10/2023 |
10.0.2-debug | 462 | 11/10/2023 |
10.0.0 | 619 | 10/29/2023 |
10.0.0-debug | 442 | 10/29/2023 |
10.0.0-beta3-debug | 522 | 10/14/2023 |
10.0.0-beta3 | 521 | 10/14/2023 |
10.0.0-beta2-debug | 533 | 10/11/2023 |
10.0.0-beta2 | 496 | 10/11/2023 |
10.0.0-beta1-debug | 519 | 10/11/2023 |
10.0.0-beta1 | 506 | 10/11/2023 |
10.0.0-alpha4-debug | 693 | 8/26/2023 |
10.0.0-alpha4 | 614 | 8/26/2023 |
10.0.0-alpha3-debug | 629 | 8/26/2023 |
10.0.0-alpha3 | 646 | 8/26/2023 |
10.0.0-alpha2-debug | 746 | 6/18/2023 |
10.0.0-alpha2 | 689 | 6/18/2023 |
10.0.0-alpha1-debug | 712 | 6/4/2023 |
9.2.1 | 1,378 | 1/5/2022 |
9.2.0 | 937 | 12/31/2021 |
9.2.0-debug | 720 | 12/31/2021 |
9.1.2 | 954 | 8/7/2021 |
9.1.2-debug | 807 | 8/7/2021 |
9.1.1 | 897 | 8/7/2021 |
9.1.1-debug | 812 | 8/7/2021 |
9.0.1 | 1,001 | 6/6/2021 |
9.0.1-debug | 832 | 6/6/2021 |
9.0.0 | 1,110 | 6/6/2021 |
9.0.0-debug | 899 | 6/6/2021 |
9.0.0-beta4 | 823 | 1/15/2021 |
9.0.0-beta3 | 922 | 12/19/2020 |
- 9.2.1 specifically fixes API documentation generation.
- Added two cursor keyboard handlers: ClassicConsoleKeyboardHandler and C64KeyboardHandler.
- Added a new MoveViewPortKeyboardHandler component that uses the keyboard to scroll a view port.
- New surface.PrintFadingText extension method that prints text that fades into the background.
- Other little fixes.