diff --git a/Installer/Installer.vdproj b/Installer/Installer.vdproj index 6622b52..8c1f0a6 100644 --- a/Installer/Installer.vdproj +++ b/Installer/Installer.vdproj @@ -51,7 +51,7 @@ "DisplayName" = "8:Debug" "IsDebugOnly" = "11:TRUE" "IsReleaseOnly" = "11:FALSE" - "OutputFilename" = "8:SimpleComInstaller.msi" + "OutputFilename" = "8:SimpleComInstaller-1.2.4.msi" "PackageFilesAs" = "3:2" "PackageFileSize" = "3:-2147483648" "CabType" = "3:1" @@ -83,7 +83,7 @@ "DisplayName" = "8:Release" "IsDebugOnly" = "11:FALSE" "IsReleaseOnly" = "11:TRUE" - "OutputFilename" = "8:SimpleComInstaller-1.2.3.msi" + "OutputFilename" = "8:SimpleComInstaller-1.2.4.msi" "PackageFilesAs" = "3:2" "PackageFileSize" = "3:-2147483648" "CabType" = "3:1" @@ -290,15 +290,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:SimpleCom" - "ProductCode" = "8:{3415A561-F4EA-4B2B-B148-D3004C8075DB}" - "PackageCode" = "8:{BDF9B88D-2952-4B38-8816-BFA0AD83CB6C}" + "ProductCode" = "8:{CCE09524-6406-448D-B94A-6E3E1F61FB1E}" + "PackageCode" = "8:{0CEF70B3-C394-46D7-B60F-4586D5913B9E}" "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.3" + "ProductVersion" = "8:1.2.4" "Manufacturer" = "8:YaSuenag" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues" diff --git a/SimpleCom/app.manifest b/SimpleCom/app.manifest index 0790468..6e57fa6 100644 --- a/SimpleCom/app.manifest +++ b/SimpleCom/app.manifest @@ -1,38 +1,30 @@  - - + - + - + - + - + - + - - - - - + + + + + \ No newline at end of file diff --git a/common/generated/version.h b/common/generated/version.h index f069230..3688f89 100644 --- a/common/generated/version.h +++ b/common/generated/version.h @@ -4,8 +4,8 @@ #define MAJOR 1 #define MINOR 2 -#define PATCH 3 +#define PATCH 4 #define BUILD 0 -#define SEMVER "1.2.3" +#define SEMVER "1.2.4" #define LEGAL_COPYRIGHT "Copyright (C) 2019, 2024, Yasumasa Suenaga"