Skip to content

Commit db4a7ae

Browse files
committed
Up to v1.2.5
1 parent 2169c4b commit db4a7ae

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Installer/Installer.vdproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"DisplayName" = "8:Debug"
5252
"IsDebugOnly" = "11:TRUE"
5353
"IsReleaseOnly" = "11:FALSE"
54-
"OutputFilename" = "8:SimpleComInstaller-1.2.4.msi"
54+
"OutputFilename" = "8:SimpleComInstaller-1.2.5.msi"
5555
"PackageFilesAs" = "3:2"
5656
"PackageFileSize" = "3:-2147483648"
5757
"CabType" = "3:1"
@@ -83,7 +83,7 @@
8383
"DisplayName" = "8:Release"
8484
"IsDebugOnly" = "11:FALSE"
8585
"IsReleaseOnly" = "11:TRUE"
86-
"OutputFilename" = "8:SimpleComInstaller-1.2.4.msi"
86+
"OutputFilename" = "8:SimpleComInstaller-1.2.5.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:{CCE09524-6406-448D-B94A-6E3E1F61FB1E}"
294-
"PackageCode" = "8:{0CEF70B3-C394-46D7-B60F-4586D5913B9E}"
293+
"ProductCode" = "8:{766E8F29-1C38-4DF4-9ECE-195924A13949}"
294+
"PackageCode" = "8:{1FDA52B3-3AEE-4B3C-8973-CFCA75D5B95F}"
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.4"
301+
"ProductVersion" = "8:1.2.5"
302302
"Manufacturer" = "8:YaSuenag"
303303
"ARPHELPTELEPHONE" = "8:"
304304
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"

SimpleCom/app.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity version="1.2.4.0" name="SimpleCom.exe" />
3+
<assemblyIdentity version="1.2.5.0" name="SimpleCom.exe" />
44
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
55
<application>
66
<!-- Windows 10 -->

common/generated/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#define MAJOR 1
66
#define MINOR 2
7-
#define PATCH 4
7+
#define PATCH 5
88
#define BUILD 0
99

10-
#define SEMVER "1.2.4"
10+
#define SEMVER "1.2.5"
1111
#define LEGAL_COPYRIGHT "Copyright (C) 2019, 2024, Yasumasa Suenaga"

0 commit comments

Comments
 (0)