mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
merged master and updated readme release notes
This commit is contained in:
@@ -11,9 +11,9 @@ A simple toolkit for buiding console GUI apps for .NET, .NET Core, and Mono that
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
## Controls & Features
|
||||||
|
|
||||||
|
|||||||
10
Terminal.Gui/Directory.Build.props
Normal file
10
Terminal.Gui/Directory.Build.props
Normal 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>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
|
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)
|
* [Terminal.Gui Project on GitHub](https://github.com/migueldeicaza/gui.cs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user