BattleNetAPI 1.0.7-alpha

This is a prerelease version of BattleNetAPI.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package BattleNetAPI --version 1.0.7-alpha
                    
NuGet\Install-Package BattleNetAPI -Version 1.0.7-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="BattleNetAPI" Version="1.0.7-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BattleNetAPI" Version="1.0.7-alpha" />
                    
Directory.Packages.props
<PackageReference Include="BattleNetAPI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BattleNetAPI --version 1.0.7-alpha
                    
#r "nuget: BattleNetAPI, 1.0.7-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.
#addin nuget:?package=BattleNetAPI&version=1.0.7-alpha&prerelease
                    
Install BattleNetAPI as a Cake Addin
#tool nuget:?package=BattleNetAPI&version=1.0.7-alpha&prerelease
                    
Install BattleNetAPI as a Cake Tool

BattleNet API project for .NET

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.13 1,520 8/29/2016
1.0.12-alpha 1,007 8/29/2016
1.0.11-alpha 984 8/29/2016
1.0.10-alpha 1,140 3/11/2016
1.0.9-alpha 983 3/10/2016
1.0.8-alpha 939 3/10/2016
1.0.7-alpha 1,029 10/31/2015
1.0.6-alpha 1,428 10/4/2015
1.0.5-alpha 1,285 7/17/2015
1.0.4-alpha 1,101 7/17/2015
1.0.3-alpha 1,037 6/9/2015
1.0.2-alpha 1,022 6/9/2015
1.0.1-alpha 987 6/9/2015

Removed unnecessary async in utility method - minor productivity boost ;d