mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Update version
This commit is contained in:
@@ -13,7 +13,7 @@ namespace ZuneModdingHelper
|
|||||||
{
|
{
|
||||||
public static readonly string Title = "Zune Modding Helper";
|
public static readonly string Title = "Zune Modding Helper";
|
||||||
|
|
||||||
public static readonly Version VersionNum = new(2021, 5, 6, 0);
|
public static readonly Version VersionNum = new(2021, 5, 26, 0);
|
||||||
public static readonly string VersionStatus = "alpha";
|
public static readonly 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,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="1.0.0.0" name="MyApplication.app"/>
|
<assemblyIdentity version="2021.5.26.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">
|
||||||
|
|||||||
Reference in New Issue
Block a user