Skip to content

Commit 59a25f0

Browse files
committed
Up to v1.2.0
1 parent 563ef28 commit 59a25f0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Installer/Installer.vdproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"DisplayName" = "8:Release"
7878
"IsDebugOnly" = "11:FALSE"
7979
"IsReleaseOnly" = "11:TRUE"
80-
"OutputFilename" = "8:SimpleComInstaller-1.1.0.msi"
80+
"OutputFilename" = "8:SimpleComInstaller-1.2.0.msi"
8181
"PackageFilesAs" = "3:2"
8282
"PackageFileSize" = "3:-2147483648"
8383
"CabType" = "3:1"
@@ -264,15 +264,15 @@
264264
{
265265
"Name" = "8:Microsoft Visual Studio"
266266
"ProductName" = "8:SimpleCom"
267-
"ProductCode" = "8:{0D43843A-3EE4-4116-8F5D-455906ED9C93}"
268-
"PackageCode" = "8:{0EB640B8-C503-4F5D-92E7-A1CFA09E1709}"
267+
"ProductCode" = "8:{32EE1D09-C5DE-491A-8E6B-1153E20A4B38}"
268+
"PackageCode" = "8:{B2AED0A5-3433-4E65-A311-3AAD90C0F798}"
269269
"UpgradeCode" = "8:{F33BE402-825E-46C8-8799-EF7E3AE9C357}"
270270
"AspNetVersion" = "8:2.0.50727.0"
271271
"RestartWWWService" = "11:FALSE"
272272
"RemovePreviousVersions" = "11:FALSE"
273273
"DetectNewerInstalledVersion" = "11:TRUE"
274274
"InstallAllUsers" = "11:TRUE"
275-
"ProductVersion" = "8:1.1.0"
275+
"ProductVersion" = "8:1.2.0"
276276
"Manufacturer" = "8:YaSuenag"
277277
"ARPHELPTELEPHONE" = "8:"
278278
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"

SimpleCom/SimpleCom.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ END
132132
//
133133

134134
VS_VERSION_INFO VERSIONINFO
135-
FILEVERSION 1,1,0,0
136-
PRODUCTVERSION 1,1,0,0
135+
FILEVERSION 1,2,0,0
136+
PRODUCTVERSION 1,2,0,0
137137
FILEFLAGSMASK 0x3fL
138138
#ifdef _DEBUG
139139
FILEFLAGS 0x1L
@@ -149,12 +149,12 @@ BEGIN
149149
BLOCK "000004b0"
150150
BEGIN
151151
VALUE "FileDescription", "SimpleCom"
152-
VALUE "FileVersion", "1.1.0.0"
152+
VALUE "FileVersion", "1.2.0.0"
153153
VALUE "InternalName", "SimpleCom"
154-
VALUE "LegalCopyright", "Copyright (C) 2019, 2021, Yasumasa Suenaga"
154+
VALUE "LegalCopyright", "Copyright (C) 2019, 2023, Yasumasa Suenaga"
155155
VALUE "OriginalFilename", "SimpleCom.exe"
156156
VALUE "ProductName", "SimpleCom"
157-
VALUE "ProductVersion", "1.1.0.0"
157+
VALUE "ProductVersion", "1.2.0.0"
158158
END
159159
END
160160
BLOCK "VarFileInfo"

SimpleCom/SimpleCom.vcxproj

+1-1
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.1.0 $(SolutionDir)</Command>
167+
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.2.0 $(SolutionDir)</Command>
168168
</PostBuildEvent>
169169
<PostBuildEvent>
170170
<Message>Make distribution archive after release build</Message>

0 commit comments

Comments
 (0)