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 74eaaaf..477c007 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 @@ -208,15 +208,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Universal x86 Tuning Utility" - "ProductCode" = "8:{DD982784-4FF4-4DD7-BC02-E7D75366E2C1}" - "PackageCode" = "8:{63104DA5-BD43-46AE-8661-706343D8B881}" + "ProductCode" = "8:{46B5637C-C030-4589-B644-42558B303E53}" + "PackageCode" = "8:{7CA71618-5CC8-487B-98CA-0D99F21D685A}" "UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:2.2.12" + "ProductVersion" = "8:2.2.13" "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 285491d..341540a 100644 --- a/Universal x86 Tuning Utility/App.xaml.cs +++ b/Universal x86 Tuning Utility/App.xaml.cs @@ -55,7 +55,7 @@ public static T GetService() return _host.Services.GetService(typeof(T)) as T; } - public static string version = "2.2.12"; + public static string version = "2.2.13"; 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 15839ea..53d0c34 100644 --- a/Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj +++ b/Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj @@ -15,8 +15,8 @@ True False © UXTU Team 2020 - 2024 - 2.2.12 - 2.2.12 + 2.2.13 + 2.2.13 true 10.0.22621.0 2.2.12 diff --git a/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml b/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml index 816961b..15c5df1 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.3.0 Beta 6" />