miguel 7 年之前
父節點
當前提交
bf37958d13
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Terminal.Gui/Terminal.Gui.csproj

+ 3 - 2
Terminal.Gui/Terminal.Gui.csproj

@@ -10,7 +10,7 @@
   <PropertyGroup>
     <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
     <PackageId>Terminal.Gui</PackageId>
-    <PackageVersion>0.6</PackageVersion>
+    <PackageVersion>0.7</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,8 @@
     <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.6: new layout system, multi-line textview editor, Linux bug fix for .NET Core
+    <PackageReleaseNotes>0.7: terminal resizing on Linux propagates sizes with new layout system, and new features on the layout system (documented)
+0.6: new layout system, multi-line textview editor, Linux bug fix for .NET Core
 0.5: support Linux with .NET Core, Windows driver fixes.
 0.4: hotkey handling fix for RadioButtons
 0.3: Fix Windows key input to not echo characters on console, proper Fkey mapping