mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Prepare for 0.16
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<PropertyGroup>
|
||||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
|
||||
<PackageId>Terminal.Gui</PackageId>
|
||||
<PackageVersion>0.15</PackageVersion>
|
||||
<PackageVersion>0.16</PackageVersion>
|
||||
<Authors>Miguel de Icaza</Authors>
|
||||
<PackageLicenseUrl>https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
|
||||
@@ -19,7 +19,9 @@
|
||||
<Owners>Miguel de Icaza</Owners>
|
||||
<Summary>Application framework for creating modern console applications using .NET </Summary>
|
||||
<Title>Gui.cs is a framework for creating console user interfaces</Title>
|
||||
<PackageReleaseNotes>0.15: WindowsDriver fix for Legacy Console keyboard input (issue #105)
|
||||
<PackageReleaseNotes>0.16: Support for Shift-Tab on Windows (fix by @mholo65)
|
||||
|
||||
0.15: WindowsDriver fix for Legacy Console keyboard input (issue #105)
|
||||
|
||||
0.14: WindowsDriver fix for EventType size.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user