ConsoleGUI 1.4.2
dotnet add package ConsoleGUI --version 1.4.2
NuGet\Install-Package ConsoleGUI -Version 1.4.2
<PackageReference Include="ConsoleGUI" Version="1.4.2" />
<PackageVersion Include="ConsoleGUI" Version="1.4.2" />
<PackageReference Include="ConsoleGUI" />
paket add ConsoleGUI --version 1.4.2
#r "nuget: ConsoleGUI, 1.4.2"
#:package ConsoleGUI@1.4.2
#addin nuget:?package=ConsoleGUI&version=1.4.2
#tool nuget:?package=ConsoleGUI&version=1.4.2
ConsoleGUI is a simple C# framework for creating console based GUI applications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ConsoleGUI:
| Package | Downloads |
|---|---|
|
dotnet-shell-lib
dotnet-shell-lib is a library to build interactive shell environments like BASH. This library contains implementations to read and display multiline prompts as well as optionally invoking dotnet-shell syntax on these strings read from these. If you are looking for the dotnet-shell binary which implments all of the above check out dotnet-shell tool. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.2 | 2,665 | 8/4/2023 |
| 1.4.1 | 2,917 | 8/11/2021 |
| 1.4.0 | 997 | 5/9/2021 |
| 1.3.0 | 582 | 4/12/2021 |
| 1.2.2 | 933 | 10/23/2020 |
| 1.2.1 | 625 | 10/21/2020 |
| 1.2.0 | 22,148 | 1/7/2020 |
| 1.1.0 | 790 | 12/16/2019 |
| 1.0.5 | 690 | 11/14/2019 |
| 1.0.4 | 777 | 10/30/2019 |
| 1.0.3 | 729 | 10/27/2019 |
| 1.0.2 | 677 | 10/27/2019 |
| 1.0.1 | 690 | 10/27/2019 |
| 1.0.0 | 734 | 10/26/2019 |
1.4.2 - Fixing the break panel drawing new line characters
1.4.1 - Fixing the refresh bug on swapping of the ConsoleManager.Content
1.4.0 - Customizable data grid style
1.3.0 - Making the ScrollUpKey and the ScrollDownKey configurable in the VerticalScrollPanel
1.2.2 - Fixing AdjustWindowSize exception when window has 0 height
1.2.1 - Fixing exceptions on window resizing
1.2.0 - Adding modifiable IConsole interface and fixing collection setters in HorizontalStackPanel and VerticalStackPanel
1.1.0 - Adding BreakPanel and Decorator
1.0.5 - Adding basic mouse support
1.0.4 - Adding support for window resizing