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.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdpol committed May 5, 2021
1 parent abc6123 commit 090b9ff
Show file tree
Hide file tree
Showing 3 changed files with 7 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.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>2.1.0</Version>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<Version>2.2.0</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:{02655A3C-208D-464B-B052-E9409F71AF38}"
"PackageCode" = "8:{4BB21F0E-C94F-474C-A53E-88D4E79404C2}"
"ProductCode" = "8:{92976642-F6D1-4697-B0EB-CFD3DA2484D0}"
"PackageCode" = "8:{D29C7DC1-1C56-453C-92A5-440F0CF0F89F}"
"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.1.0"
"ProductVersion" = "8:2.2.0"
"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.1.0.0" />
Version="2.2.0.0" />

<Properties>
<DisplayName>F1 Race Control</DisplayName>
Expand Down

0 comments on commit 090b9ff

Please sign in to comment.