From 76b3f01cf2378c6b377db6ec2a9bb91ff5b0fa42 Mon Sep 17 00:00:00 2001 From: Tomasz Rewak Date: Wed, 21 Oct 2020 18:17:57 +0200 Subject: [PATCH] Bumping the version to 1.2.1 --- ConsoleGUI/ConsoleGUI.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ConsoleGUI/ConsoleGUI.csproj b/ConsoleGUI/ConsoleGUI.csproj index dcf0fed..17feddb 100644 --- a/ConsoleGUI/ConsoleGUI.csproj +++ b/ConsoleGUI/ConsoleGUI.csproj @@ -13,8 +13,9 @@ https://github.com/TomaszRewak/C-sharp-console-gui-framework console, gui, framework true - 1.2.0 - 1.2.0 - Adding modifiable IConsole interface and fixing collection setters in HorizontalStackPanel and VerticalStackPanel + 1.2.1 + 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