Skip to content

Commit 557f0c9

Browse files
committed
Up to v1.1.0
1 parent 365b994 commit 557f0c9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.0.0.msi"
80+
"OutputFilename" = "8:SimpleComInstaller-1.1.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:{1D6D689B-A25B-4F78-A7F8-B2604E7E662F}"
268-
"PackageCode" = "8:{DC29C4CC-C968-466C-AB60-429D5A1E92C8}"
267+
"ProductCode" = "8:{0D43843A-3EE4-4116-8F5D-455906ED9C93}"
268+
"PackageCode" = "8:{0EB640B8-C503-4F5D-92E7-A1CFA09E1709}"
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.0.0"
275+
"ProductVersion" = "8:1.1.0"
276276
"Manufacturer" = "8:YaSuenag"
277277
"ARPHELPTELEPHONE" = "8:"
278278
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"

SimpleCom/SimpleCom.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ END
125125
//
126126

127127
VS_VERSION_INFO VERSIONINFO
128-
FILEVERSION 1,0,0,0
129-
PRODUCTVERSION 1,0,0,0
128+
FILEVERSION 1,1,0,0
129+
PRODUCTVERSION 1,1,0,0
130130
FILEFLAGSMASK 0x3fL
131131
#ifdef _DEBUG
132132
FILEFLAGS 0x1L
@@ -142,12 +142,12 @@ BEGIN
142142
BLOCK "000004b0"
143143
BEGIN
144144
VALUE "FileDescription", "SimpleCom"
145-
VALUE "FileVersion", "1.0.0.0"
145+
VALUE "FileVersion", "1.1.0.0"
146146
VALUE "InternalName", "SimpleCom"
147147
VALUE "LegalCopyright", "Copyright (C) 2019, 2021, Yasumasa Suenaga"
148148
VALUE "OriginalFilename", "SimpleCom.exe"
149149
VALUE "ProductName", "SimpleCom"
150-
VALUE "ProductVersion", "1.0.0.0"
150+
VALUE "ProductVersion", "1.1.0.0"
151151
END
152152
END
153153
BLOCK "VarFileInfo"

SimpleCom/SimpleCom.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<GenerateDebugInformation>true</GenerateDebugInformation>
161161
</Link>
162162
<PostBuildEvent>
163-
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.0.0 $(SolutionDir)</Command>
163+
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.1.0 $(SolutionDir)</Command>
164164
</PostBuildEvent>
165165
<PostBuildEvent>
166166
<Message>Make distribution archive after release build</Message>

0 commit comments

Comments
 (0)