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" />
paket add ConsoleGUI --version 1.4.2
#r "nuget: ConsoleGUI, 1.4.2"
// Install ConsoleGUI as a Cake Addin #addin nuget:?package=ConsoleGUI&version=1.4.2 // Install ConsoleGUI as a Cake Tool #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. |
.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 | 1,924 | 8/4/2023 |
1.4.1 | 2,715 | 8/11/2021 |
1.4.0 | 810 | 5/9/2021 |
1.3.0 | 416 | 4/12/2021 |
1.2.2 | 762 | 10/23/2020 |
1.2.1 | 451 | 10/21/2020 |
1.2.0 | 10,267 | 1/7/2020 |
1.1.0 | 607 | 12/16/2019 |
1.0.5 | 514 | 11/14/2019 |
1.0.4 | 598 | 10/30/2019 |
1.0.3 | 548 | 10/27/2019 |
1.0.2 | 497 | 10/27/2019 |
1.0.1 | 508 | 10/27/2019 |
1.0.0 | 543 | 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