mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
updated relnotes & version
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
|
||||
e.g. If AssemblyVersion is 1.2.3.4, Version could be EITHER 1.2.3.4 or 1.2.3-pre.4 depending on whether it's a pre-release or not.
|
||||
-->
|
||||
<Version>1.0.0-pre.4</Version>
|
||||
<AssemblyVersion>1.0.0.4</AssemblyVersion>
|
||||
<FileVersion>1.0.0.4</FileVersion>
|
||||
<Version>1.0.0-pre.5</Version>
|
||||
<AssemblyVersion>1.0.0.5</AssemblyVersion>
|
||||
<FileVersion>1.0.0.5</FileVersion>
|
||||
<Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
<PackageReleaseNotes>
|
||||
v1.00 -
|
||||
* If StatusBar.Visible is set to false, TopLevel resizes correctly enabling hiding/showing of a StatusBar. UICatalog demonstrates.
|
||||
* New sample/demo app - ReactiveExample - Shows how to use reactive extensions and ReactiveUI with gui.cs.
|
||||
* New sample/demo app - ReactiveExample - Shows how to use reactive extensions and ReactiveUI with gui.cs. (Thanks @worldbeater)
|
||||
* BREAKING API CHANGE - Removed IEnumerable from View and Window. Use Subviews property instead. See #950.
|
||||
|
||||
v0.90 - "Feature Complete" pre-release of Terminal.Gui (aka gui.cs) 1.0. This release is a signficant upgrade from the previous published release (0.81). Most of the major changes and bug fixes are listed below. NOTE: This release includes breaking changes to the API; we will strive to avoid any more breaking changes before 1.0.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user