Skip to content

Commit

Permalink
Version 0.0.9 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCJ60 committed Aug 31, 2023
1 parent f9318e4 commit c6767c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Company>JamesCJ</Company>
<Copyright>UXTU Team © 2023</Copyright>
<FileVersion>0.0.8</FileVersion>
<AssemblyVersion>0.0.8</AssemblyVersion>
<FileVersion>0.0.9</FileVersion>
<AssemblyVersion>0.0.9</AssemblyVersion>
<Version>$(VersionPrefix)</Version>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(() =>
{
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit c6767c9

Please sign in to comment.