Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCJ60 committed Aug 14, 2024
1 parent 7afe86a commit 952d26d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
"Compression" = "3:3"
"Compression" = "3:1"
"SignOutput" = "11:FALSE"
"CertificateFile" = "8:"
"PrivateKeyFile" = "8:"
Expand All @@ -84,16 +84,21 @@
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"PrerequisitesLocation" = "2:2"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.CoreRuntime.8.0.x64"
{
"Name" = "8:.NET Runtime 8.0.5 (x64)"
"Name" = "8:.NET Runtime 8.0.7 (x64)"
"ProductCode" = "8:Microsoft.NetCore.CoreRuntime.8.0.x64"
}
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.DesktopRuntime.7.0.x64"
{
"Name" = "8:.NET Desktop Runtime 7.0.20 (x64)"
"ProductCode" = "8:Microsoft.NetCore.DesktopRuntime.7.0.x64"
}
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Visual.C++.14.0.x64"
{
"Name" = "8:Visual C++ \"14\" Runtime Libraries (x64)"
Expand Down Expand Up @@ -208,15 +213,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Universal x86 Tuning Utility"
"ProductCode" = "8:{730E4F8F-414A-49D8-AB57-6242B6DDE049}"
"PackageCode" = "8:{E5C16B02-E112-4897-94F3-C92D1706AE49}"
"ProductCode" = "8:{D8DBFB26-1972-4148-A20A-951535CA476C}"
"PackageCode" = "8:{8CE63B7A-F9DE-441C-B834-3EE87C99A032}"
"UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.3.0"
"ProductVersion" = "8:2.3.1"
"Manufacturer" = "8:JamesCJ60"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion Universal x86 Tuning Utility/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static T GetService<T>()
return _host.Services.GetService(typeof(T)) as T;
}

public static string version = "2.3.0";
public static string version = "2.3.1";
private Mutex mutex;
private const string MutexName = "UniversalX86TuningUtility";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<UseWindowsForms>True</UseWindowsForms>
<SignAssembly>False</SignAssembly>
<Copyright>© UXTU Team 2020 - 2024</Copyright>
<AssemblyVersion>2.3.0</AssemblyVersion>
<FileVersion>2.3.0</FileVersion>
<AssemblyVersion>2.3.1</AssemblyVersion>
<FileVersion>2.3.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SupportedOSPlatformVersion>10.0.22621.0</SupportedOSPlatformVersion>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<TextBlock
FontSize="18"
Foreground="#B7FFFFFF"
Text="V2.3.0 Stable" />
Text="V2.3.1 Stable" />
<ui:Button
Name="btnPremade"
Height="36"
Expand Down

0 comments on commit 952d26d

Please sign in to comment.