Explorar el Código

merged master and updated readme release notes

Charlie Kindel hace 4 años
padre
commit
cef0ecc8bb
Se han modificado 3 ficheros con 13 adiciones y 3 borrados
  1. 2 2
      README.md
  2. 10 0
      Terminal.Gui/Directory.Build.props
  3. 1 1
      docfx/index.md

+ 2 - 2
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
 

+ 10 - 0
Terminal.Gui/Directory.Build.props

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

+ 1 - 1
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)