mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 17:25:33 +00:00
Properly bump version numbers
This commit is contained in:
parent
411cdfd502
commit
f038f6c03e
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue