Skip to content

Commit

Permalink
Up to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Jul 23, 2023
1 parent 563ef28 commit 59a25f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:SimpleComInstaller-1.1.0.msi"
"OutputFilename" = "8:SimpleComInstaller-1.2.0.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -264,15 +264,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SimpleCom"
"ProductCode" = "8:{0D43843A-3EE4-4116-8F5D-455906ED9C93}"
"PackageCode" = "8:{0EB640B8-C503-4F5D-92E7-A1CFA09E1709}"
"ProductCode" = "8:{32EE1D09-C5DE-491A-8E6B-1153E20A4B38}"
"PackageCode" = "8:{B2AED0A5-3433-4E65-A311-3AAD90C0F798}"
"UpgradeCode" = "8:{F33BE402-825E-46C8-8799-EF7E3AE9C357}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.1.0"
"ProductVersion" = "8:1.2.0"
"Manufacturer" = "8:YaSuenag"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"
Expand Down
10 changes: 5 additions & 5 deletions SimpleCom/SimpleCom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -149,12 +149,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "SimpleCom"
VALUE "FileVersion", "1.1.0.0"
VALUE "FileVersion", "1.2.0.0"
VALUE "InternalName", "SimpleCom"
VALUE "LegalCopyright", "Copyright (C) 2019, 2021, Yasumasa Suenaga"
VALUE "LegalCopyright", "Copyright (C) 2019, 2023, Yasumasa Suenaga"
VALUE "OriginalFilename", "SimpleCom.exe"
VALUE "ProductName", "SimpleCom"
VALUE "ProductVersion", "1.1.0.0"
VALUE "ProductVersion", "1.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion SimpleCom/SimpleCom.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.1.0 $(SolutionDir)</Command>
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.2.0 $(SolutionDir)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Make distribution archive after release build</Message>
Expand Down

0 comments on commit 59a25f0

Please sign in to comment.