Browse Source

Version 0.17

miguel 6 years ago
parent
commit
b15427d0ca
2 changed files with 5 additions and 3 deletions
  1. 1 1
      StandaloneExample/StandaloneExample.csproj
  2. 4 2
      Terminal.Gui/Terminal.Gui.csproj

+ 1 - 1
StandaloneExample/StandaloneExample.csproj

@@ -7,6 +7,6 @@
   </PropertyGroup>
   </PropertyGroup>
 
 
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="Terminal.Gui" Version="0.12.0" />
+    <PackageReference Include="Terminal.Gui" Version="0.17.0" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>

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

@@ -10,7 +10,7 @@
   <PropertyGroup>
   <PropertyGroup>
     <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
     <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
     <PackageId>Terminal.Gui</PackageId>
     <PackageId>Terminal.Gui</PackageId>
-    <PackageVersion>0.16</PackageVersion>
+    <PackageVersion>0.17</PackageVersion>
     <Authors>Miguel de Icaza</Authors>
     <Authors>Miguel de Icaza</Authors>
     <PackageLicenseUrl>https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE</PackageLicenseUrl>
     <PackageLicenseUrl>https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE</PackageLicenseUrl>
     <PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
     <PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
@@ -19,7 +19,9 @@
     <Owners>Miguel de Icaza</Owners>
     <Owners>Miguel de Icaza</Owners>
     <Summary>Application framework for creating modern console applications using .NET </Summary>
     <Summary>Application framework for creating modern console applications using .NET </Summary>
     <Title>Gui.cs is a framework for creating console user interfaces</Title>
     <Title>Gui.cs is a framework for creating console user interfaces</Title>
-    <PackageReleaseNotes>0.16: Support for Shift-Tab on Windows (fix by @mholo65) 
+    <PackageReleaseNotes>0.17: Unix, dynamically load ncurses library to support different configurations, and not require -dev on Linux, various bug fixes.
+
+0.16: Support for Shift-Tab on Windows (fix by @mholo65) 
 
 
 0.15: WindowsDriver fix for Legacy Console keyboard input (issue #105)
 0.15: WindowsDriver fix for Legacy Console keyboard input (issue #105)