Skip to content

Commit a618c18

Browse files
committed
Version bump
1 parent ad363a3 commit a618c18

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Universal x86 Tuning Utility V2/Universal x86 Tuning Utility V2.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@
213213
{
214214
"Name" = "8:Microsoft Visual Studio"
215215
"ProductName" = "8:Universal x86 Tuning Utility"
216-
"ProductCode" = "8:{16C2F933-06E4-4045-90ED-6C8C78BEC58E}"
217-
"PackageCode" = "8:{A978FEF4-6AF0-4F66-9BCD-8CA95891C7D2}"
216+
"ProductCode" = "8:{967A3C0F-BAA8-40C8-9B4B-4521C3FD6C11}"
217+
"PackageCode" = "8:{409426CF-8683-45E6-AF98-2932FD8D3167}"
218218
"UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}"
219219
"AspNetVersion" = "8:"
220220
"RestartWWWService" = "11:FALSE"
221221
"RemovePreviousVersions" = "11:TRUE"
222222
"DetectNewerInstalledVersion" = "11:FALSE"
223223
"InstallAllUsers" = "11:FALSE"
224-
"ProductVersion" = "8:2.5.4"
224+
"ProductVersion" = "8:2.5.5"
225225
"Manufacturer" = "8:JamesCJ60"
226226
"ARPHELPTELEPHONE" = "8:"
227227
"ARPHELPLINK" = "8:"

Universal x86 Tuning Utility/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static T GetService<T>()
6060
return _host.Services.GetService(typeof(T)) as T;
6161
}
6262

63-
public static string version = "2.5.4";
63+
public static string version = "2.5.5";
6464
private Mutex mutex;
6565
private const string MutexName = "UniversalX86TuningUtility";
6666

Universal x86 Tuning Utility/Scripts/PremadePresets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static void SetPremadePresets()
9595
if (Family.FAM > Family.RyzenFamily.Matisse)
9696
{
9797

98-
if (cpuName.Contains("U"))
98+
if (cpuName.Contains("U") || cpuName.Contains("AI") && !cpuName.Contains("HX"))
9999
{
100100
EcoPreset = "--tctl-temp=95 --cHTC-temp=95 --apu-skin-temp=45 --stapm-limit=6000 --fast-limit=8000 --stapm-time=64 --slow-limit=6000 --slow-time=128 --vrm-current=180000 --vrmmax-current=180000 --vrmsoc-current=180000 --vrmsocmax-current=180000 --vrmgfx-current=180000 ";
101101
BalPreset = "--tctl-temp=95 --cHTC-temp=95 --apu-skin-temp=45 --stapm-limit=22000 --fast-limit=24000 --stapm-time=64 --slow-limit=22000 --slow-time=128 --vrm-current=180000 --vrmmax-current=180000 --vrmsoc-current=180000 --vrmsocmax-current=180000 --vrmgfx-current=180000 ";

Universal x86 Tuning Utility/Universal x86 Tuning Utility.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<UseWindowsForms>True</UseWindowsForms>
1616
<SignAssembly>False</SignAssembly>
1717
<Copyright>© UXTU Team 2020 - 2025</Copyright>
18-
<AssemblyVersion>2.5.4</AssemblyVersion>
19-
<FileVersion>2.5.4</FileVersion>
18+
<AssemblyVersion>2.5.5</AssemblyVersion>
19+
<FileVersion>2.5.5</FileVersion>
2020
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2121
<SupportedOSPlatformVersion>10.0.22621.0</SupportedOSPlatformVersion>
22-
<Version>2.5.4</Version>
22+
<Version>2.5.5</Version>
2323
</PropertyGroup>
2424

2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Universal x86 Tuning Utility/Views/Pages/DashboardPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<TextBlock
6161
FontSize="18"
6262
Foreground="#B7FFFFFF"
63-
Text="V2.5.4 Stable" />
63+
Text="V2.5.5 Stable" />
6464
<ui:Button
6565
Name="btnPremade"
6666
Height="36"

0 commit comments

Comments
 (0)