Bump the specified version of GtkSharp in the templates

This commit is contained in:
cra0zy 2017-10-30 15:06:47 +01:00
parent f49d8838fd
commit 7077095b86
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.2.0" />
<PackageReference Include="GtkSharp" Version="3.22.24.10" />
</ItemGroup>
</Project>

View File

@ -6,7 +6,7 @@
// VARS
Settings.Cake = Context;
Settings.Version = "3.22.24.10";
Settings.Version = "3.22.24.11";
Settings.BuildTarget = Argument("BuildTarget", "Default");
Settings.Assembly = Argument("Assembly", "");