From 7077095b86d49d718f323d13f9b64cb05d1d4467 Mon Sep 17 00:00:00 2001 From: cra0zy Date: Mon, 30 Oct 2017 15:06:47 +0100 Subject: [PATCH] Bump the specified version of GtkSharp in the templates --- .../GtkSharp.Template.CSharp/content/GtkNamespace.csproj | 2 +- build.cake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Templates/NetCore/GtkSharp.Template.CSharp/content/GtkNamespace.csproj b/Source/Templates/NetCore/GtkSharp.Template.CSharp/content/GtkNamespace.csproj index 7a37f7744..610f1d295 100755 --- a/Source/Templates/NetCore/GtkSharp.Template.CSharp/content/GtkNamespace.csproj +++ b/Source/Templates/NetCore/GtkSharp.Template.CSharp/content/GtkNamespace.csproj @@ -9,6 +9,6 @@ - + diff --git a/build.cake b/build.cake index 4c9071591..7ea9c295b 100755 --- a/build.cake +++ b/build.cake @@ -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", "");