Skip to content

Commit

Permalink
Merge pull request #57 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
v 0.8.1
  • Loading branch information
SSchulze1989 authored Aug 17, 2023
2 parents 3249680 + 52aa839 commit 64f21ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/iRLeagueApiCore.Common/Enums/FilterType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ public enum FilterType
{
ColumnProperty,
Member,
Team,
}
2 changes: 2 additions & 0 deletions src/iRLeagueApiCore.Common/Models/Teams/PostTeamModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ public class PostTeamModel
[DataMember]
public string TeamHomepage { get; set; } = string.Empty;
[DataMember]
public long? IRacingTeamId { get; set; }
[DataMember]
public ICollection<MemberInfoModel> Members { get; set; } = new List<MemberInfoModel>();
}
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.8.0</Version>
<Version>0.8.1</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 64f21ca

Please sign in to comment.