Skip to content

Commit

Permalink
add name for bonus points
Browse files Browse the repository at this point in the history
  • Loading branch information
SSchulze1989 committed Sep 23, 2024
1 parent 6917fb3 commit 38c325a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/iRLeagueApiCore.Client/iRLeagueApiCore.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<OutputType>Library</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<PackageId>iRLeagueApiCore.Client</PackageId>
<Version>0.12.1</Version>
<Version>0.12.2-dev.2</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<PackageDescription>This package contains shared objects for all members of the iRLeagueDatabase-iRLeagueApi stack</PackageDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ namespace iRLeagueApiCore.Common.Models;
[DataContract]
public class BonusPointModel
{
[DataMember]
public string Name { get; set; } = string.Empty;
[DataMember]
public BonusPointType Type { get; set; }
[DataMember]
Expand Down
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.12.1</Version>
<Version>0.12.2-dev.2</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion src/iRLeagueApiCore.Server/iRLeagueApiCore.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>0.12.1</Version>
<Version>0.12.2-dev.2</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/iRLeagueDatabaseCore/iRLeagueDatabaseCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<TargetFramework>net6.0</TargetFramework>
<LangVersion>11</LangVersion>
<PackageId>iRLeagueDatabaseCore</PackageId>
<Version>0.12.1</Version>
<Version>0.12.2-dev.2</Version>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

Expand Down

0 comments on commit 38c325a

Please sign in to comment.