Skip to content

Commit

Permalink
Up to v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Nov 2, 2024
1 parent 2169c4b commit db4a7ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"DisplayName" = "8:Debug"
"IsDebugOnly" = "11:TRUE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:SimpleComInstaller-1.2.4.msi"
"OutputFilename" = "8:SimpleComInstaller-1.2.5.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -83,7 +83,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:SimpleComInstaller-1.2.4.msi"
"OutputFilename" = "8:SimpleComInstaller-1.2.5.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -290,15 +290,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SimpleCom"
"ProductCode" = "8:{CCE09524-6406-448D-B94A-6E3E1F61FB1E}"
"PackageCode" = "8:{0CEF70B3-C394-46D7-B60F-4586D5913B9E}"
"ProductCode" = "8:{766E8F29-1C38-4DF4-9ECE-195924A13949}"
"PackageCode" = "8:{1FDA52B3-3AEE-4B3C-8973-CFCA75D5B95F}"
"UpgradeCode" = "8:{F33BE402-825E-46C8-8799-EF7E3AE9C357}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.2.4"
"ProductVersion" = "8:1.2.5"
"Manufacturer" = "8:YaSuenag"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"
Expand Down
2 changes: 1 addition & 1 deletion SimpleCom/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.2.4.0" name="SimpleCom.exe" />
<assemblyIdentity version="1.2.5.0" name="SimpleCom.exe" />
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
Expand Down
4 changes: 2 additions & 2 deletions common/generated/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#define MAJOR 1
#define MINOR 2
#define PATCH 4
#define PATCH 5
#define BUILD 0

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

0 comments on commit db4a7ae

Please sign in to comment.