Skip to content

Commit b092a4d

Browse files
committed
Version bump
1 parent e048425 commit b092a4d

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

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

Lines changed: 4 additions & 4 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:{D9312200-E378-4FB2-9876-B1D31A5556B6}"
217-
"PackageCode" = "8:{9FF2B3D2-6046-4AA2-989A-42B2CE636106}"
216+
"ProductCode" = "8:{FD5BBB1D-A38A-4251-90A1-0F5DC092F550}"
217+
"PackageCode" = "8:{74A6F6FA-4277-4375-B474-E9CB3E4AF686}"
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.4.7"
224+
"ProductVersion" = "8:2.4.8"
225225
"Manufacturer" = "8:JamesCJ60"
226226
"ARPHELPTELEPHONE" = "8:"
227227
"ARPHELPLINK" = "8:"
@@ -763,7 +763,7 @@
763763
{
764764
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_0FAC7670CF204A74B0B84BA8720E5EFC"
765765
{
766-
"SourcePath" = "8:..\\Universal x86 Tuning Utility\\obj\\x64\\Debug\\net8.0-windows10.0.22621.0\\apphost.exe"
766+
"SourcePath" = "8:..\\Universal x86 Tuning Utility\\obj\\x64\\Release\\net8.0-windows10.0.22621.0\\apphost.exe"
767767
"TargetName" = "8:"
768768
"Tag" = "8:"
769769
"Folder" = "8:_B208FDAB7341429AB15D831E1F00D044"

Universal x86 Tuning Utility/App.xaml.cs

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

61-
public static string version = "2.4.7";
61+
public static string version = "2.4.8";
6262
private Mutex mutex;
6363
private const string MutexName = "UniversalX86TuningUtility";
6464

Universal x86 Tuning Utility/Scripts/AMD Backend/RyzenSmu.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ private static void Socket_AM5_V1()
312312
SMUCommands.commands = new List<(string, bool, uint)>
313313
{
314314
// Store the commands
315+
("stapm-limit",true, 0x14),
316+
("stapm-time",true , 0x18),
317+
("fast-limit",true , 0x15),
318+
("slow-limit",true , 0x16),
319+
("slow-time",true , 0x17),
315320
("ppt-limit",true, 0x3e), // Use MP1 address
316321
("ppt-limit",false, 0x56), // Use RSMU address
317322
("tdc-limit",true , 0x3c),

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.4.7</AssemblyVersion>
19-
<FileVersion>2.4.7</FileVersion>
18+
<AssemblyVersion>2.4.8</AssemblyVersion>
19+
<FileVersion>2.4.8</FileVersion>
2020
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2121
<SupportedOSPlatformVersion>10.0.22621.0</SupportedOSPlatformVersion>
22-
<Version>2.4.7</Version>
22+
<Version>2.4.8</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.4.7 Stable" />
63+
Text="V2.4.8 Stable" />
6464
<ui:Button
6565
Name="btnPremade"
6666
Height="36"

0 commit comments

Comments
 (0)