WarLogsTools 1.0.13-alpha
This is a prerelease version of WarLogsTools.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WarLogsTools --version 1.0.13-alpha
NuGet\Install-Package WarLogsTools -Version 1.0.13-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.13-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WarLogsTools --version 1.0.13-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WarLogsTools, 1.0.13-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.13-alpha&prerelease // Install WarLogsTools as a Cake Tool #tool nuget:?package=WarLogsTools&version=1.0.13-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.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.
-
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 6.0.8)
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 | 884 | 10/31/2015 |
1.0.15-alpha | 933 | 7/31/2015 |
1.0.13-alpha | 749 | 10/31/2015 |
1.0.12-alpha | 952 | 7/21/2015 |
1.0.11-alpha | 962 | 7/21/2015 |
1.0.10-alpha | 944 | 7/21/2015 |
1.0.9-alpha | 906 | 7/21/2015 |
1.0.8-alpha | 748 | 6/17/2015 |
1.0.6-alpha | 767 | 6/14/2015 |
1.0.5-alpha | 780 | 6/12/2015 |
1.0.0-alpha | 774 | 6/7/2015 |
Removed unnessary async in utility method. Minor productivity boost, yay!