Bump version to 2021.10.23.0

This commit is contained in:
Yoshi Askharoun
2021-10-23 22:13:58 -05:00
parent 6c8de878cf
commit fdcb6f7930
3 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 const string Title = "Zune Modding Helper";
public static readonly Version VersionNum = new(2021, 8, 4, 0); public static readonly Version VersionNum = new(2021, 10, 23, 0);
public const string VersionStatus = "alpha"; public const string VersionStatus = "alpha";
public static readonly string Version = VersionNum.ToString() + (VersionStatus != string.Empty ? "-" + VersionStatus : string.Empty); public static readonly string Version = VersionNum.ToString() + (VersionStatus != string.Empty ? "-" + VersionStatus : string.Empty);
+1 -1
View File
@@ -5,7 +5,7 @@
<TargetFramework>net5.0-windows</TargetFramework> <TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest> <ApplicationManifest>app.manifest</ApplicationManifest>
<Version>2021.8.4.0</Version> <Version>2021.10.23.0</Version>
<Authors>Joshua "Yoshi" Askharoun</Authors> <Authors>Joshua "Yoshi" Askharoun</Authors>
<RepositoryUrl>https://github.com/ZuneDev/ZuneModdingHelper</RepositoryUrl> <RepositoryUrl>https://github.com/ZuneDev/ZuneModdingHelper</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="2021.8.4.0" name="ZuneModdingHelper.app"/> <assemblyIdentity version="2021.10.23.0" name="ZuneModdingHelper.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">