WarLogsTools 1.0.16-alpha

This is a prerelease version of WarLogsTools.
dotnet add package WarLogsTools --version 1.0.16-alpha                
NuGet\Install-Package WarLogsTools -Version 1.0.16-alpha                
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="WarLogsTools" Version="1.0.16-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WarLogsTools --version 1.0.16-alpha                
#r "nuget: WarLogsTools, 1.0.16-alpha"                
#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 WarLogsTools as a Cake Addin
#addin nuget:?package=WarLogsTools&version=1.0.16-alpha&prerelease

// Install WarLogsTools as a Cake Tool
#tool nuget:?package=WarLogsTools&version=1.0.16-alpha&prerelease                

.NET API for warcraftlogs site can uses not only their public api, but json data that site uses by itself to represent data. Model is very clumsy for now, to be modified later

There are no supported framework assets in this 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
1.0.16-alpha 873 10/31/2015
1.0.15-alpha 924 7/31/2015
1.0.13-alpha 743 10/31/2015
1.0.12-alpha 945 7/21/2015
1.0.11-alpha 954 7/21/2015
1.0.10-alpha 935 7/21/2015
1.0.9-alpha 894 7/21/2015
1.0.8-alpha 742 6/17/2015
1.0.6-alpha 759 6/14/2015
1.0.5-alpha 772 6/12/2015
1.0.0-alpha 765 6/7/2015

Removed unnessary async in utility method. Minor productivity boost, yay!