mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Bumped version to 2021.12.30
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ZuneModdingHelper
|
||||
{
|
||||
public const string Title = "Zune Modding Helper";
|
||||
|
||||
public static readonly ReleaseVersion Version = new(2021, 11, 14, 0, Phase.Alpha);
|
||||
public static readonly ReleaseVersion Version = new(2021, 12, 30, 0, Phase.Alpha);
|
||||
public static readonly string VersionStr = Version.ToString();
|
||||
|
||||
public const string DonateLink = "https://www.paypal.me/YoshiAsk";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<Version>2021.11.14.0</Version>
|
||||
<Version>2021.12.30.0</Version>
|
||||
<Authors>Joshua "Yoshi" Askharoun</Authors>
|
||||
<RepositoryUrl>https://github.com/ZuneDev/ZuneModdingHelper</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity version="2021.10.23.0" name="ZuneModdingHelper.app"/>
|
||||
<assemblyIdentity version="2021.12.30.0" name="ZuneModdingHelper.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
|
||||
Reference in New Issue
Block a user