From c6767c92481d45b5f70946d21eeb99f0219f60ff Mon Sep 17 00:00:00 2001 From: James Craddock-Jones Date: Thu, 31 Aug 2023 14:16:43 +0100 Subject: [PATCH] Version 0.0.9 bump --- .../Universal x86 Tuning Utility Handheld V1.vdproj | 6 +++--- .../Universal x86 Tuning Utility Handheld.csproj | 4 ++-- .../Views/Windows/MainWindow.xaml.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Universal x86 Tuning Utility Handheld V1/Universal x86 Tuning Utility Handheld V1.vdproj b/Universal x86 Tuning Utility Handheld V1/Universal x86 Tuning Utility Handheld V1.vdproj index bc44f06..116d6ce 100644 --- a/Universal x86 Tuning Utility Handheld V1/Universal x86 Tuning Utility Handheld V1.vdproj +++ b/Universal x86 Tuning Utility Handheld V1/Universal x86 Tuning Utility Handheld V1.vdproj @@ -219,15 +219,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Universal x86 Tuning Utility Handheld" - "ProductCode" = "8:{56072C1C-0DBB-454F-BF2D-8AD57469CC2D}" - "PackageCode" = "8:{A96B8E1E-E068-4AB0-8D96-63FC873E25F1}" + "ProductCode" = "8:{F2B43978-44B6-4E77-88EE-CC3AF16A8CE1}" + "PackageCode" = "8:{EFF1597F-2C1B-4877-A148-D0EA17B8574B}" "UpgradeCode" = "8:{0D76B903-EDE8-4617-A061-D858BDA0D9B9}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:0.0.11" + "ProductVersion" = "8:0.0.12" "Manufacturer" = "8:JamesCJ" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" diff --git a/Universal x86 Tuning Utility Handheld/Universal x86 Tuning Utility Handheld.csproj b/Universal x86 Tuning Utility Handheld/Universal x86 Tuning Utility Handheld.csproj index 70a8518..3b63f98 100644 --- a/Universal x86 Tuning Utility Handheld/Universal x86 Tuning Utility Handheld.csproj +++ b/Universal x86 Tuning Utility Handheld/Universal x86 Tuning Utility Handheld.csproj @@ -13,8 +13,8 @@ True JamesCJ UXTU Team © 2023 - 0.0.8 - 0.0.8 + 0.0.9 + 0.0.9 $(VersionPrefix) diff --git a/Universal x86 Tuning Utility Handheld/Views/Windows/MainWindow.xaml.cs b/Universal x86 Tuning Utility Handheld/Views/Windows/MainWindow.xaml.cs index 57ddb8c..7ef9969 100644 --- a/Universal x86 Tuning Utility Handheld/Views/Windows/MainWindow.xaml.cs +++ b/Universal x86 Tuning Utility Handheld/Views/Windows/MainWindow.xaml.cs @@ -1041,7 +1041,7 @@ private async void Sensor_Tick(object sender, EventArgs e) iGPU = AdViewModel.IsAdaptiveiGPU; coreCount = AdViewModel.MaxCoreCount; - if (tdp && AdViewModel.IsAdaptivePerf) + if (tdp) { await Task.Run(() => { @@ -1082,7 +1082,7 @@ private async void Sensor_Tick(object sender, EventArgs e) else { - if (RTSS.directoryRTSSExists() && RTSS.RTSSRunning()) + if (RTSS.directoryRTSSExists() && RTSS.RTSSRunning() && AdViewModel.IsAdaptivePerf) { bool exists = true;