From fab46bc47709016c0fe2d26aedff2243c89a3c05 Mon Sep 17 00:00:00 2001 From: JamesCJ60 Date: Sun, 22 Oct 2023 12:38:28 +0100 Subject: [PATCH] Version 2.1.3 bump --- .../Universal x86 Tuning Utility V2.vdproj | 6 +++--- Universal x86 Tuning Utility/App.xaml.cs | 2 +- .../Universal x86 Tuning Utility.csproj | 6 +++--- Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Universal x86 Tuning Utility V2/Universal x86 Tuning Utility V2.vdproj b/Universal x86 Tuning Utility V2/Universal x86 Tuning Utility V2.vdproj index f77ef84..6b2328f 100644 --- a/Universal x86 Tuning Utility V2/Universal x86 Tuning Utility V2.vdproj +++ b/Universal x86 Tuning Utility V2/Universal x86 Tuning Utility V2.vdproj @@ -218,15 +218,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Universal x86 Tuning Utility" - "ProductCode" = "8:{75AEA873-072D-46D5-BCC2-411BE904BFE7}" - "PackageCode" = "8:{6D8E445B-D6F4-48DD-8068-7838F996C2DC}" + "ProductCode" = "8:{DEDF2FBB-3E10-4C9F-AC73-C487CFC80729}" + "PackageCode" = "8:{D2267AB3-3E69-4E24-BAD0-C55157657C6E}" "UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:2.1.2" + "ProductVersion" = "8:2.1.3" "Manufacturer" = "8:JamesCJ60" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" diff --git a/Universal x86 Tuning Utility/App.xaml.cs b/Universal x86 Tuning Utility/App.xaml.cs index 3be50f9..dc3b6c9 100644 --- a/Universal x86 Tuning Utility/App.xaml.cs +++ b/Universal x86 Tuning Utility/App.xaml.cs @@ -61,7 +61,7 @@ public static bool IsAdministrator() return principal.IsInRole(WindowsBuiltInRole.Administrator); } - public static string version = "2.1.2"; + public static string version = "2.1.3"; private Mutex mutex; private const string MutexName = "UniversalX86TuningUtility"; diff --git a/Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj b/Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj index 4e5ac8a..61ea11d 100644 --- a/Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj +++ b/Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj @@ -15,11 +15,11 @@ True False © UXTU Team 2020 - 2023 - 2.1.2 - 2.1.2 + 2.1.3 + 2.1.3 true 10.0.22621.0 - 2.1.2 + 2.1.3 diff --git a/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml b/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml index 261e0e4..a89d38d 100644 --- a/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml +++ b/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml @@ -60,7 +60,7 @@ + Text="V2.1.3 Stable" />