Skip to content

Commit 00b3057

Browse files
committed
Up to v1.2.3
1 parent bde6cbb commit 00b3057

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Installer/Installer.vdproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"DisplayName" = "8:Release"
8484
"IsDebugOnly" = "11:FALSE"
8585
"IsReleaseOnly" = "11:TRUE"
86-
"OutputFilename" = "8:SimpleComInstaller-1.2.2.msi"
86+
"OutputFilename" = "8:SimpleComInstaller-1.2.3.msi"
8787
"PackageFilesAs" = "3:2"
8888
"PackageFileSize" = "3:-2147483648"
8989
"CabType" = "3:1"
@@ -290,15 +290,15 @@
290290
{
291291
"Name" = "8:Microsoft Visual Studio"
292292
"ProductName" = "8:SimpleCom"
293-
"ProductCode" = "8:{CE49F93F-84D4-4245-98B5-9E15A51574EA}"
294-
"PackageCode" = "8:{B31649B6-5163-4CB6-92DE-8A733AF0FE85}"
293+
"ProductCode" = "8:{3415A561-F4EA-4B2B-B148-D3004C8075DB}"
294+
"PackageCode" = "8:{BDF9B88D-2952-4B38-8816-BFA0AD83CB6C}"
295295
"UpgradeCode" = "8:{F33BE402-825E-46C8-8799-EF7E3AE9C357}"
296296
"AspNetVersion" = "8:2.0.50727.0"
297297
"RestartWWWService" = "11:FALSE"
298298
"RemovePreviousVersions" = "11:FALSE"
299299
"DetectNewerInstalledVersion" = "11:TRUE"
300300
"InstallAllUsers" = "11:TRUE"
301-
"ProductVersion" = "8:1.2.2"
301+
"ProductVersion" = "8:1.2.3"
302302
"Manufacturer" = "8:YaSuenag"
303303
"ARPHELPTELEPHONE" = "8:"
304304
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"

SimpleCom/SimpleCom.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ END
137137
//
138138

139139
VS_VERSION_INFO VERSIONINFO
140-
FILEVERSION 1,2,2,0
141-
PRODUCTVERSION 1,2,2,0
140+
FILEVERSION 1,2,3,0
141+
PRODUCTVERSION 1,2,3,0
142142
FILEFLAGSMASK 0x3fL
143143
#ifdef _DEBUG
144144
FILEFLAGS 0x1L
@@ -154,12 +154,12 @@ BEGIN
154154
BLOCK "000004b0"
155155
BEGIN
156156
VALUE "FileDescription", "SimpleCom"
157-
VALUE "FileVersion", "1.2.2.0"
157+
VALUE "FileVersion", "1.2.3.0"
158158
VALUE "InternalName", "SimpleCom"
159-
VALUE "LegalCopyright", "Copyright (C) 2019, 2023, Yasumasa Suenaga"
159+
VALUE "LegalCopyright", "Copyright (C) 2019, 2024, Yasumasa Suenaga"
160160
VALUE "OriginalFilename", "SimpleCom.exe"
161161
VALUE "ProductName", "SimpleCom"
162-
VALUE "ProductVersion", "1.2.2.0"
162+
VALUE "ProductVersion", "1.2.3.0"
163163
END
164164
END
165165
BLOCK "VarFileInfo"

SimpleCom/SimpleCom.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<GenerateDebugInformation>true</GenerateDebugInformation>
165165
</Link>
166166
<PostBuildEvent>
167-
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.2.2 $(SolutionDir)</Command>
167+
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.2.3 $(SolutionDir)</Command>
168168
</PostBuildEvent>
169169
<PostBuildEvent>
170170
<Message>Make distribution archive after release build</Message>
@@ -207,4 +207,4 @@
207207
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
208208
<ImportGroup Label="ExtensionTargets">
209209
</ImportGroup>
210-
</Project>
210+
</Project>

0 commit comments

Comments
 (0)