Skip to content

Commit

Permalink
Version 2.1.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCJ60 committed Oct 22, 2023
1 parent 59b0d60 commit fab46bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Universal x86 Tuning Utility"
"ProductCode" = "8:{75AEA873-072D-46D5-BCC2-411BE904BFE7}"
"PackageCode" = "8:{6D8E445B-D6F4-48DD-8068-7838F996C2DC}"
"ProductCode" = "8:{DEDF2FBB-3E10-4C9F-AC73-C487CFC80729}"
"PackageCode" = "8:{D2267AB3-3E69-4E24-BAD0-C55157657C6E}"
"UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.1.2"
"ProductVersion" = "8:2.1.3"
"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 @@ -61,7 +61,7 @@ public static bool IsAdministrator()
return principal.IsInRole(WindowsBuiltInRole.Administrator);
}

public static string version = "2.1.2";
public static string version = "2.1.3";
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 - 2023</Copyright>
<AssemblyVersion>2.1.2</AssemblyVersion>
<FileVersion>2.1.2</FileVersion>
<AssemblyVersion>2.1.3</AssemblyVersion>
<FileVersion>2.1.3</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SupportedOSPlatformVersion>10.0.22621.0</SupportedOSPlatformVersion>
<Version>2.1.2</Version>
<Version>2.1.3</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.1.2 Stable" />
Text="V2.1.3 Stable" />
<ui:Button
Name="btnPremade"
Height="36"
Expand Down

0 comments on commit fab46bc

Please sign in to comment.