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", "");