Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
nstlaurent committed Aug 14, 2022
1 parent 3ac3a38 commit b4d07ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.6.1.0")]
[assembly: AssemblyFileVersion("3.6.1.0")]
[assembly: AssemblyVersion("3.6.2.0")]
[assembly: AssemblyFileVersion("3.6.2.0")]
10 changes: 5 additions & 5 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:WadReader, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:WadReader, Version=3.6.1.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_1D58DBC36810F3BB0E82C4CB7A32DAB4"
Expand Down Expand Up @@ -1241,7 +1241,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Equin.ApplicationFramework.BindingListView, Version=1.4.8257.11466, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Equin.ApplicationFramework.BindingListView, Version=1.4.8261.12830, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_EC5529934859E90D9F32593188150B95"
Expand Down Expand Up @@ -1377,15 +1377,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Doom Launcher"
"ProductCode" = "8:{0D2D854B-A02B-420B-A1E0-CBB3CF2FE659}"
"PackageCode" = "8:{F7553A1F-918A-468B-A13B-756FFAFC4BD5}"
"ProductCode" = "8:{C82E321C-57D2-45B6-816C-C1131FBB8EB2}"
"PackageCode" = "8:{744E30C4-C7CB-4ED6-B224-14454417E260}"
"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.6.1"
"ProductVersion" = "8:3.6.2"
"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.6.1.0")]
[assembly: AssemblyFileVersion("3.6.1.0")]
[assembly: AssemblyVersion("3.6.2.0")]
[assembly: AssemblyFileVersion("3.6.2.0")]

0 comments on commit b4d07ea

Please sign in to comment.