Ver código fonte

Package version

Miguel de Icaza 7 anos atrás
pai
commit
469702e620
1 arquivos alterados com 4 adições e 2 exclusões
  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.2</PackageVersion>
+    <PackageVersion>0.3</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>Auto-detect the best console</PackageReleaseNotes>
+    <PackageReleaseNotes>0.3: Fix Windows key input to not echo characters on console, proper Fkey mapping
+0.2: Auto-detect the best console
+</PackageReleaseNotes>
   </PropertyGroup>
 
   <ItemGroup>