merged master and updated readme release notes

This commit is contained in:
Charlie Kindel
2020-09-09 12:38:31 -07:00
parent 1359462e9f
commit cef0ecc8bb
3 changed files with 13 additions and 3 deletions

View File

@@ -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

View File

@@ -0,0 +1,10 @@
<Project>
<PropertyGroup>
<Version>0.90.0</Version>
<AssemblyVersion>0.90.0</AssemblyVersion>
<FileVersion>0.90.0</FileVersion>
<Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
</PropertyGroup>
</Project>

View File

@@ -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)