Skip to content

Commit

Permalink
Up to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Mar 18, 2023
1 parent 365b994 commit 557f0c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.0.0.msi"
"OutputFilename" = "8:SimpleComInstaller-1.1.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:{1D6D689B-A25B-4F78-A7F8-B2604E7E662F}"
"PackageCode" = "8:{DC29C4CC-C968-466C-AB60-429D5A1E92C8}"
"ProductCode" = "8:{0D43843A-3EE4-4116-8F5D-455906ED9C93}"
"PackageCode" = "8:{0EB640B8-C503-4F5D-92E7-A1CFA09E1709}"
"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.0.0"
"ProductVersion" = "8:1.1.0"
"Manufacturer" = "8:YaSuenag"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"
Expand Down
8 changes: 4 additions & 4 deletions SimpleCom/SimpleCom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -142,12 +142,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "SimpleCom"
VALUE "FileVersion", "1.0.0.0"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "SimpleCom"
VALUE "LegalCopyright", "Copyright (C) 2019, 2021, Yasumasa Suenaga"
VALUE "OriginalFilename", "SimpleCom.exe"
VALUE "ProductName", "SimpleCom"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.1.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 @@ -160,7 +160,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.0.0 $(SolutionDir)</Command>
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.1.0 $(SolutionDir)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Make distribution archive after release build</Message>
Expand Down

0 comments on commit 557f0c9

Please sign in to comment.