Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matous-volf committed Jun 9, 2022
1 parent e374405 commit 70d44b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ClashRoyaleAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<PackageProjectUrl>https://github.com/matousvolf/clash-royale-dotnet</PackageProjectUrl>
<Description>An unofficial .NET wrapper for Supercell's Clash Royale API.</Description>
<RepositoryUrl>https://github.com/matousvolf/clash-royale-dotnet.git</RepositoryUrl>
<PackageReleaseNotes>Fixed the thorwing of the InvalidKeyException.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed summary IDE visibility. Exceptions in IDE are now visible from the outside of the package.</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>clashroyaledotnet; clashroyale.net; clashroyaleapi; clash; royale; clashroyale; cr; supercell; api; wrapper; royaleapi; dot; net; dotnet; .net; csharp; unofficial</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Product>ClashRoyaleDotNet</Product>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageIcon>icon.png</PackageIcon>
<Version>$(VersionPrefix)1.0.2</Version>
<Version>$(VersionPrefix)1.0.3</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ChallengeChain[] challengeChains = ClashRoyale.GetCurrentChallenges();
```

## API coverage
The [latest realease](https://github.com/matousvolf/clash-royale-dotnet/releases/tag/v1.0.2) covers these parts of the official API:
The [latest realease](https://github.com/matousvolf/clash-royale-dotnet/releases/tag/v1.0.3) covers these parts of the official API:
- players
- Clans
- Cards
Expand Down

0 comments on commit 70d44b3

Please sign in to comment.