diff --git a/StandaloneExample/StandaloneExample.csproj b/StandaloneExample/StandaloneExample.csproj index f8a5232d2..dded31d0f 100644 --- a/StandaloneExample/StandaloneExample.csproj +++ b/StandaloneExample/StandaloneExample.csproj @@ -7,6 +7,6 @@ - + diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 7e1e67514..757f2eb3b 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.16 + 0.17 Miguel de Icaza https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE https://github.com/migueldeicaza/gui.cs/ @@ -19,7 +19,9 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces - 0.16: Support for Shift-Tab on Windows (fix by @mholo65) + 0.17: Unix, dynamically load ncurses library to support different configurations, and not require -dev on Linux, various bug fixes. + +0.16: Support for Shift-Tab on Windows (fix by @mholo65) 0.15: WindowsDriver fix for Legacy Console keyboard input (issue #105)