Skip to content

Commit

Permalink
Merge pull request #72 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
v 0.9.3
  • Loading branch information
SSchulze1989 authored Sep 20, 2023
2 parents 70bffa8 + 75ec9bc commit 21c3274
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src/iRLeagueApiCore.Common/Enums/SortOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,22 @@ public enum SortOptions
TotalPtsWoBonusDesc,
TotalPtsWoPenaltyAsc,
TotalPtsWoPenaltyDesc,
LastRaceOrderAsc,
LastRaceOrderDesc,
WinsAsc,
WinsDesc,
Top3Asc,
Top3Desc,
Top5Asc,
Top5Desc,
Top10Asc,
Top10Desc,
RacesAsc,
RacesDesc,
RacesCountedAsc,
RacesCountedDesc,
RacesScoredAsc,
RacesScoredDesc,
RacesInPointsAsc,
RacesInPointsDesc,
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ public sealed class StandingConfigModel
public bool UseCombinedResult { get; set; }
[DataMember]
public int WeeksCounted { get; set; }
[DataMember]
public ICollection<SortOptions> SortOptions { get; set; } = new List<SortOptions>();
}
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.9.2</Version>
<Version>0.9.3</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 21c3274

Please sign in to comment.