Skip to content

Commit

Permalink
Add disqualification penalty type
Browse files Browse the repository at this point in the history
  • Loading branch information
SSchulze1989 committed Oct 28, 2023
1 parent ecc26cb commit e74a51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/iRLeagueApiCore.Common/Enums/PenaltyType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ public enum PenaltyType
Points,
Position,
Time,
Disqualification,
}
2 changes: 1 addition & 1 deletion src/iRLeagueApiCore.Common/iRLeagueApiCore.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PackageId>iRLeagueApiCore.Common</PackageId>
<Version>0.10.0-dev.9</Version>
<Version>0.10.0-dev.10</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit e74a51f

Please sign in to comment.