Skip to content

Commit

Permalink
Fix ClubCampaignList
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jun 19, 2024
1 parent e30b262 commit 935dfba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/ManiaAPI.NadeoAPI/ClubCampaignCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace ManiaAPI.NadeoAPI;

public sealed record ClubCampaignCollection(ImmutableArray<Campaign> ClubCampaignList,
public sealed record ClubCampaignCollection(ImmutableArray<ClubCampaign> ClubCampaignList,
int MaxPage,
int ItemCount);
2 changes: 1 addition & 1 deletion Src/ManiaAPI.NadeoAPI/ManiaAPI.NadeoAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>ManiaAPI.NadeoAPI</PackageId>
<Version>2.0.0-alpha10</Version>
<Version>2.0.0-alpha11</Version>
<Authors>BigBang1112</Authors>
<Description>Wrapper for the official in-game Nadeo API from Trackmania released in 2020. Part of the ManiaAPI library set.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down

0 comments on commit 935dfba

Please sign in to comment.