浏览代码

Release notes

miguel 7 年之前
父节点
当前提交
e8c3a8575c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      Terminal.Gui/Terminal.Gui.csproj

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

@@ -10,7 +10,7 @@
   <PropertyGroup>
     <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
     <PackageId>Terminal.Gui</PackageId>
-    <PackageVersion>0.9</PackageVersion>
+    <PackageVersion>0.10</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.9: File Open/File Save dialogs, HexView, Windows Driver allows resizing, mouse events, faster (thanks to Nick Van Dyck, nickvdyck for the contribution!), smaller bug fixes,
+    <PackageReleaseNotes>0.10: Fix unicode rendering for TextField, and bring F# example
+
+0.9: File Open/File Save dialogs, HexView, Windows Driver allows resizing, mouse events, faster (thanks to Nick Van Dyck, nickvdyck for the contribution!), smaller bug fixes,
 
 0.8: Completes keyboard support on Windows;  Fixes delete on Windows, some layout fixes.
 0.7: terminal resizing on Linux propagates sizes with new layout system, and new features on the layout system (documented)