From cef0ecc8bb47e232a907a9dd5b93e4e7fb87be0b Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Wed, 9 Sep 2020 12:38:31 -0700 Subject: [PATCH] merged master and updated readme release notes --- README.md | 4 ++-- Terminal.Gui/Directory.Build.props | 10 ++++++++++ docfx/index.md | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 Terminal.Gui/Directory.Build.props diff --git a/README.md b/README.md index 3852e7e91..ba59c4dd2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ A simple toolkit for buiding console GUI apps for .NET, .NET Core, and Mono that ![Sample app](https://raw.githubusercontent.com/migueldeicaza/gui.cs/master/docfx/sample.gif) -## IMPORTANT RELEASE INFO +## RELEASE INFO -We are actively converging on a major update to Terminal.Gui. The most recent released Nuget package is version `0.81` which is way behind `master`. This README and the API Documentation refers to the latest build from `master`. If you want the latest and greatest functionality, clone and build locally. Otherwise `0.81` is quite stable, but the documentation may not match. +The most recent released Nuget package is version `0.90` which is the "Stable Feature Complete" pre-release of 1.0. If you want the latest and greatest functionality, clone and build locally. ## Controls & Features diff --git a/Terminal.Gui/Directory.Build.props b/Terminal.Gui/Directory.Build.props new file mode 100644 index 000000000..53f7dce48 --- /dev/null +++ b/Terminal.Gui/Directory.Build.props @@ -0,0 +1,10 @@ + + + + 0.90.0 + 0.90.0 + 0.90.0 + Miguel de Icaza, Charlie Kindel (@tig), @BDisp + + + \ No newline at end of file diff --git a/docfx/index.md b/docfx/index.md index 82fddf500..f82ac083b 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -2,7 +2,7 @@ A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. -*We are actively converging on a major update to Terminal.Gui. The most recent released Nuget package is version `0.81` which is way behind `master`. This README and the API Documentation refers to the latest build from `master`. If you want the latest and greatest functionality, clone and build locally. Otherwise `0.81` is quite stable, but the documentation may not match.* +*The most recent released Nuget package is version `0.90` which is the "Stable Feature Complete" pre-release of 1.0.* * [Terminal.Gui Project on GitHub](https://github.com/migueldeicaza/gui.cs)