Skip to content

Commit eb41d07

Browse files
committed
Up to v1.2.7
1 parent 156fff2 commit eb41d07

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Installer/Installer.vdproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"DisplayName" = "8:Debug"
6464
"IsDebugOnly" = "11:TRUE"
6565
"IsReleaseOnly" = "11:FALSE"
66-
"OutputFilename" = "8:SimpleComInstaller-1.2.6.msi"
66+
"OutputFilename" = "8:SimpleComInstaller-1.2.7.msi"
6767
"PackageFilesAs" = "3:2"
6868
"PackageFileSize" = "3:-2147483648"
6969
"CabType" = "3:1"
@@ -95,7 +95,7 @@
9595
"DisplayName" = "8:Release"
9696
"IsDebugOnly" = "11:FALSE"
9797
"IsReleaseOnly" = "11:TRUE"
98-
"OutputFilename" = "8:SimpleComInstaller-1.2.6.msi"
98+
"OutputFilename" = "8:SimpleComInstaller-1.2.7.msi"
9999
"PackageFilesAs" = "3:2"
100100
"PackageFileSize" = "3:-2147483648"
101101
"CabType" = "3:1"
@@ -342,15 +342,15 @@
342342
{
343343
"Name" = "8:Microsoft Visual Studio"
344344
"ProductName" = "8:SimpleCom"
345-
"ProductCode" = "8:{D47704D6-D874-44F2-A0A2-A9021786E836}"
346-
"PackageCode" = "8:{AB402CA5-5FFA-4C84-B85A-BEE554338EC3}"
345+
"ProductCode" = "8:{3B8ABC13-60A1-4DC5-BB5D-DF76090DACEE}"
346+
"PackageCode" = "8:{8EB2527E-257D-4B55-AABA-66B905CF5799}"
347347
"UpgradeCode" = "8:{F33BE402-825E-46C8-8799-EF7E3AE9C357}"
348348
"AspNetVersion" = "8:2.0.50727.0"
349349
"RestartWWWService" = "11:FALSE"
350350
"RemovePreviousVersions" = "11:FALSE"
351351
"DetectNewerInstalledVersion" = "11:TRUE"
352352
"InstallAllUsers" = "11:TRUE"
353-
"ProductVersion" = "8:1.2.6"
353+
"ProductVersion" = "8:1.2.7"
354354
"Manufacturer" = "8:YaSuenag"
355355
"ARPHELPTELEPHONE" = "8:"
356356
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"

SimpleCom/app.manifest

Lines changed: 1 addition & 1 deletion
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.6.0" name="SimpleCom.exe" />
3+
<assemblyIdentity version="1.2.7.0" name="SimpleCom.exe" />
44
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
55
<application>
66
<!-- Windows 10, 11 -->

common/generated/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

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

10-
#define SEMVER "1.2.6"
10+
#define SEMVER "1.2.7"
1111
#define LEGAL_COPYRIGHT "Copyright (C) 2019, 2025, Yasumasa Suenaga"

0 commit comments

Comments
 (0)