From f038f6c03e6d5ccb3db968f3caa12cd9e571f990 Mon Sep 17 00:00:00 2001 From: cra0zy Date: Thu, 18 Jan 2018 22:56:23 +0100 Subject: [PATCH] Properly bump version numbers --- .../content/GtkSharp.Application.CSharp/GtkNamespace.csproj | 2 +- .../content/GtkSharp.Application.VBNet/GtkNamespace.vbproj | 2 +- build.cake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Application.CSharp/GtkNamespace.csproj b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Application.CSharp/GtkNamespace.csproj index 8a5fb8070..055cde234 100755 --- a/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Application.CSharp/GtkNamespace.csproj +++ b/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Application.CSharp/GtkNamespace.csproj @@ -10,6 +10,6 @@ - + diff --git a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Application.VBNet/GtkNamespace.vbproj b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Application.VBNet/GtkNamespace.vbproj index 8a5fb8070..055cde234 100755 --- a/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Application.VBNet/GtkNamespace.vbproj +++ b/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Application.VBNet/GtkNamespace.vbproj @@ -10,6 +10,6 @@ - + diff --git a/build.cake b/build.cake index 700c75e13..4df54b752 100755 --- a/build.cake +++ b/build.cake @@ -6,7 +6,7 @@ // VARS Settings.Cake = Context; -Settings.Version = "3.22.24.25"; +Settings.Version = "3.22.24.26"; Settings.BuildTarget = Argument("BuildTarget", "Default"); Settings.Assembly = Argument("Assembly", "");