Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Bump to version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdpol committed May 31, 2021
1 parent a36d7ab commit 209634a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>2.3.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<Version>2.3.1</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Race Control"
"ProductCode" = "8:{152E9F94-59E6-4A07-916E-AA3D024FBD12}"
"PackageCode" = "8:{2A351E22-4854-4AE1-9B46-D3256A0176DF}"
"ProductCode" = "8:{92498EA8-27E6-485A-9636-BFFB85A680F1}"
"PackageCode" = "8:{168D34C8-04FF-4F32-9411-4BEEAB1F6C5E}"
"UpgradeCode" = "8:{AED9C889-7712-4594-8E9C-2BD1BA1CEE3A}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.3.0"
"ProductVersion" = "8:2.3.1"
"Manufacturer" = "8:Rob van der Pol"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion RaceControl/RaceControl.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="16380RobvanderPol.F1RaceControl"
Publisher="CN=93FEE21F-9153-4B7D-ACA0-ACD1141B0D83"
Version="2.3.0.0" />
Version="2.3.1.0" />

<Properties>
<DisplayName>F1 Race Control</DisplayName>
Expand Down
1 change: 1 addition & 0 deletions RaceControl/RaceControl/RaceControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<UseWPF>true</UseWPF>
<AssemblyName>RaceControl</AssemblyName>
<SignAssembly>false</SignAssembly>
Expand Down

0 comments on commit 209634a

Please sign in to comment.