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 869 10/31/2015
1.0.15-alpha 921 7/31/2015
1.0.13-alpha 741 10/31/2015
1.0.12-alpha 943 7/21/2015
1.0.11-alpha 952 7/21/2015
1.0.10-alpha 933 7/21/2015
1.0.9-alpha 892 7/21/2015
1.0.8-alpha 736 6/17/2015
1.0.6-alpha 757 6/14/2015
1.0.5-alpha 770 6/12/2015
1.0.0-alpha 763 6/7/2015

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