mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Bump version
This commit is contained in:
@@ -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}");
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user