This commit is contained in:
Miguel de Icaza
2018-06-01 10:25:37 -04:00
parent b1662455b1
commit cc462f8715

View File

@@ -10,7 +10,7 @@
<PropertyGroup>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<PackageId>Terminal.Gui</PackageId>
<PackageVersion>0.12</PackageVersion>
<PackageVersion>0.13</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.12: Fixes the text editor merge line command.
<PackageReleaseNotes>0.13: Fixes keyboard input for Alt-Gr and numbers.
0.12: Fixes the text editor merge line command.
0.11: Simplify TextField implementation, fixes a couple of editing bugs.