From 07ca56e5a01af28ef88cb67515bfd2054f1283ae Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Wed, 15 Jul 2020 09:58:52 -0700 Subject: [PATCH] Reset version to 0.89 in prep for nuget release of 0.90 --- Terminal.Gui/Terminal.Gui.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 7903a9240..2832fd8f5 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -5,12 +5,12 @@ Terminal.Gui bin\Release\Terminal.Gui.xml true - 0.90.0.0 + 0.89.0.0 true Terminal.Gui - 0.90 + 0.89 Miguel de Icaza, Charlie Kindel (@tig), @BDisp MIT https://github.com/migueldeicaza/gui.cs/ @@ -20,7 +20,7 @@ Application framework for creating modern console applications using .NET Terminal.Gui is a framework for creating console user interfaces - 0.90: (Still Under Construction - Will be Feature Complete release for 1.0) + 0.90: Feature Complete pre-release of 1.00 * API documentation completely revamped and updated. Readme upated. Contributors guide added (Thanks @tig!) * New sample/demo app - UI Catalog - Replaces demo.cs with an easy to use and extend set of demo scenarios. (Thanks @tig!) * MenuBar can now have MenuItems directly (enables top-level menu items with no submenu). (Thanks @tig!)