ConsoleGUI 1.4.2

dotnet add package ConsoleGUI --version 1.4.2
NuGet\Install-Package ConsoleGUI -Version 1.4.2
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="ConsoleGUI" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsoleGUI --version 1.4.2
#r "nuget: ConsoleGUI, 1.4.2"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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,175 8/4/2023
1.4.1 2,569 8/11/2021
1.4.0 763 5/9/2021
1.3.0 387 4/12/2021
1.2.2 736 10/23/2020
1.2.1 428 10/21/2020
1.2.0 2,595 1/7/2020
1.1.0 583 12/16/2019
1.0.5 504 11/14/2019
1.0.4 570 10/30/2019
1.0.3 526 10/27/2019
1.0.2 475 10/27/2019
1.0.1 482 10/27/2019
1.0.0 517 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