Skip to content

Commit

Permalink
up revision
Browse files Browse the repository at this point in the history
  • Loading branch information
nstlaurent committed Dec 21, 2020
1 parent 52cadd2 commit e6d9a78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DoomLauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions WadReader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit e6d9a78

Please sign in to comment.