Bump version

This commit is contained in:
Yoshi Askharoun
2024-05-18 00:17:04 -05:00
parent 9144ff50f2
commit 2ef6fe09a6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace ZuneModdingHelper
{
public const string Title = "Zune Modding Helper";
public static readonly ReleaseVersion Version = new(2024, 5, 15, 0, Phase.Debug);
public static readonly ReleaseVersion Version = new(2024, 5, 18, 0, Phase.Alpha);
public static readonly string VersionStr = Version.ToString();
public static readonly System.Uri VersionUri = new($"https://github.com/ZuneDev/ZuneModdingHelper/releases/tag/{VersionStr}");
+2 -2
View File
@@ -5,7 +5,7 @@
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>2021.12.30.0</Version>
<Version>2024.5.18.0</Version>
<Authors>Joshua "Yoshi" Askharoun</Authors>
<RepositoryUrl>https://github.com/ZuneDev/ZuneModdingHelper</RepositoryUrl>
<RepositoryType>git</RepositoryType>
@@ -21,7 +21,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Colourful" Version="3.2.0" />
<!--<PackageReference Include="Colourful" Version="3.2.0" />-->
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="Octokit" Version="11.0.1" />
<PackageReference Include="OwlCore" Version="0.4.1" />