Properly bump version numbers

This commit is contained in:
cra0zy 2018-01-18 22:56:23 +01:00
parent 411cdfd502
commit f038f6c03e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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