diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index cfd6393f4..3bdb7c8dc 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.6 + 0.7 Miguel de Icaza https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE https://github.com/migueldeicaza/gui.cs/ @@ -19,7 +19,8 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces - 0.6: new layout system, multi-line textview editor, Linux bug fix for .NET Core + 0.7: terminal resizing on Linux propagates sizes with new layout system, and new features on the layout system (documented) +0.6: new layout system, multi-line textview editor, Linux bug fix for .NET Core 0.5: support Linux with .NET Core, Windows driver fixes. 0.4: hotkey handling fix for RadioButtons 0.3: Fix Windows key input to not echo characters on console, proper Fkey mapping