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 3fe1fb0..9059562 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 @@ -74,7 +74,7 @@ "PackageFilesAs" = "3:2" "PackageFileSize" = "3:-2147483648" "CabType" = "3:1" - "Compression" = "3:3" + "Compression" = "3:1" "SignOutput" = "11:FALSE" "CertificateFile" = "8:" "PrivateKeyFile" = "8:" @@ -84,16 +84,21 @@ { "Enabled" = "11:TRUE" "PromptEnabled" = "11:TRUE" - "PrerequisitesLocation" = "2:1" + "PrerequisitesLocation" = "2:2" "Url" = "8:" "ComponentsUrl" = "8:" "Items" { "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.CoreRuntime.8.0.x64" { - "Name" = "8:.NET Runtime 8.0.5 (x64)" + "Name" = "8:.NET Runtime 8.0.7 (x64)" "ProductCode" = "8:Microsoft.NetCore.CoreRuntime.8.0.x64" } + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.DesktopRuntime.7.0.x64" + { + "Name" = "8:.NET Desktop Runtime 7.0.20 (x64)" + "ProductCode" = "8:Microsoft.NetCore.DesktopRuntime.7.0.x64" + } "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x64" { "Name" = "8:Visual C++ \"14\" Runtime Libraries (x64)" @@ -208,15 +213,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Universal x86 Tuning Utility" - "ProductCode" = "8:{730E4F8F-414A-49D8-AB57-6242B6DDE049}" - "PackageCode" = "8:{E5C16B02-E112-4897-94F3-C92D1706AE49}" + "ProductCode" = "8:{D8DBFB26-1972-4148-A20A-951535CA476C}" + "PackageCode" = "8:{8CE63B7A-F9DE-441C-B834-3EE87C99A032}" "UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:2.3.0" + "ProductVersion" = "8:2.3.1" "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 4c05ede..0115f1a 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.3.0"; + public static string version = "2.3.1"; 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 79228b6..64b0f03 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 - 2024 - 2.3.0 - 2.3.0 + 2.3.1 + 2.3.1 true 10.0.22621.0 - 2.3.0 + 2.3.1 diff --git a/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml b/Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml index f9fc113..54a5916 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.1 Stable" />