We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffbd23 commit c206421Copy full SHA for c206421
Universal x86 Tuning Utility/App.xaml.cs
@@ -60,7 +60,7 @@ public static T GetService<T>()
60
return _host.Services.GetService(typeof(T)) as T;
61
}
62
63
- public static string version = "2.5.1";
+ public static string version = "2.5.2";
64
private Mutex mutex;
65
private const string MutexName = "UniversalX86TuningUtility";
66
0 commit comments