ClashClient 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ClashClient --version 0.0.4
NuGet\Install-Package ClashClient -Version 0.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ClashClient" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClashClient --version 0.0.4
#r "nuget: ClashClient, 0.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ClashClient as a Cake Addin
#addin nuget:?package=ClashClient&version=0.0.4

// Install ClashClient as a Cake Tool
#tool nuget:?package=ClashClient&version=0.0.4

Client library for consuming the Clash of Clans API

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.4.1 685 5/3/2019
0.0.4 554 5/3/2019
0.0.3 563 4/16/2019
0.0.2 570 4/13/2019
0.0.1.23 550 4/12/2019
0.0.1.20 566 2/21/2019

Features
- Added Player information
- Added War Log information
- Added the ability to bypass cached data
- Search query paging support

Bug Fixes:
- Removed redundant endpoint in cache name
- Corrected some incorrect json property names for experience level
- Fixed some types to have a common base and reduce duplicate code