Skip to content

Commit

Permalink
Up to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Feb 3, 2024
1 parent bde6cbb commit 00b3057
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:SimpleComInstaller-1.2.2.msi"
"OutputFilename" = "8:SimpleComInstaller-1.2.3.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -290,15 +290,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SimpleCom"
"ProductCode" = "8:{CE49F93F-84D4-4245-98B5-9E15A51574EA}"
"PackageCode" = "8:{B31649B6-5163-4CB6-92DE-8A733AF0FE85}"
"ProductCode" = "8:{3415A561-F4EA-4B2B-B148-D3004C8075DB}"
"PackageCode" = "8:{BDF9B88D-2952-4B38-8816-BFA0AD83CB6C}"
"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.2"
"ProductVersion" = "8:1.2.3"
"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 @@ -137,8 +137,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,2,0
PRODUCTVERSION 1,2,2,0
FILEVERSION 1,2,3,0
PRODUCTVERSION 1,2,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -154,12 +154,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "SimpleCom"
VALUE "FileVersion", "1.2.2.0"
VALUE "FileVersion", "1.2.3.0"
VALUE "InternalName", "SimpleCom"
VALUE "LegalCopyright", "Copyright (C) 2019, 2023, Yasumasa Suenaga"
VALUE "LegalCopyright", "Copyright (C) 2019, 2024, Yasumasa Suenaga"
VALUE "OriginalFilename", "SimpleCom.exe"
VALUE "ProductName", "SimpleCom"
VALUE "ProductVersion", "1.2.2.0"
VALUE "ProductVersion", "1.2.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions 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.2 $(SolutionDir)</Command>
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.2.3 $(SolutionDir)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Make distribution archive after release build</Message>
Expand Down Expand Up @@ -207,4 +207,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 00b3057

Please sign in to comment.