Skip to content

Commit

Permalink
Up to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Oct 16, 2023
1 parent 4e0ed5e commit e8e8c53
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.2.0.msi"
"OutputFilename" = "8:SimpleComInstaller-1.2.1.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:{32EE1D09-C5DE-491A-8E6B-1153E20A4B38}"
"PackageCode" = "8:{B2AED0A5-3433-4E65-A311-3AAD90C0F798}"
"ProductCode" = "8:{7F351256-011C-4BA5-940E-9A722906C118}"
"PackageCode" = "8:{6595DD3C-28D2-4A2F-8918-5203A7E60D92}"
"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.2.0"
"ProductVersion" = "8:1.2.1"
"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 @@ -132,8 +132,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEVERSION 1,2,1,0
PRODUCTVERSION 1,2,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -149,12 +149,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "SimpleCom"
VALUE "FileVersion", "1.2.0.0"
VALUE "FileVersion", "1.2.1.0"
VALUE "InternalName", "SimpleCom"
VALUE "LegalCopyright", "Copyright (C) 2019, 2023, Yasumasa Suenaga"
VALUE "OriginalFilename", "SimpleCom.exe"
VALUE "ProductName", "SimpleCom"
VALUE "ProductVersion", "1.2.0.0"
VALUE "ProductVersion", "1.2.1.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.2.0 $(SolutionDir)</Command>
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.2.1 $(SolutionDir)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Make distribution archive after release build</Message>
Expand Down

0 comments on commit e8e8c53

Please sign in to comment.