From e6d9a7813427094a585ea838ed73c52d7ff5fefe Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 21 Dec 2020 14:53:57 -0500 Subject: [PATCH] up revision --- DoomLauncher/Properties/AssemblyInfo.cs | 4 ++-- Setup/Setup.vdproj | 6 +++--- WadReader/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DoomLauncher/Properties/AssemblyInfo.cs b/DoomLauncher/Properties/AssemblyInfo.cs index 9ce09664..7608995d 100644 --- a/DoomLauncher/Properties/AssemblyInfo.cs +++ b/DoomLauncher/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.0.0")] -[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.2.1.0")] +[assembly: AssemblyFileVersion("3.2.1.0")] diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj index 4c773edc..570e69e8 100644 --- a/Setup/Setup.vdproj +++ b/Setup/Setup.vdproj @@ -738,15 +738,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Doom Launcher" - "ProductCode" = "8:{5781020A-FA42-4F9E-BEC8-52955DEF84B7}" - "PackageCode" = "8:{533B26A4-239B-4FDE-9624-A8C1C9E33B06}" + "ProductCode" = "8:{B87149B1-A923-4784-92A1-769C52EE5C6E}" + "PackageCode" = "8:{76B6ADB7-97BD-4E4C-A6AD-93B28B9495C2}" "UpgradeCode" = "8:{CAFDF197-4B50-4AFE-BCFE-0432710657F1}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:3.2.0" + "ProductVersion" = "8:3.2.1" "Manufacturer" = "8:Doom Launcher" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/nstlaurent/DoomLauncher" diff --git a/WadReader/Properties/AssemblyInfo.cs b/WadReader/Properties/AssemblyInfo.cs index ee55e66f..820c12b0 100644 --- a/WadReader/Properties/AssemblyInfo.cs +++ b/WadReader/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.0.0")] -[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.2.1.0")] +[assembly: AssemblyFileVersion("3.2.1.0")]