AMDev.BNET.ClientAPI 0.7.3.1

dotnet add package AMDev.BNET.ClientAPI --version 0.7.3.1
                    
NuGet\Install-Package AMDev.BNET.ClientAPI -Version 0.7.3.1
                    
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="AMDev.BNET.ClientAPI" Version="0.7.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AMDev.BNET.ClientAPI" Version="0.7.3.1" />
                    
Directory.Packages.props
<PackageReference Include="AMDev.BNET.ClientAPI" />
                    
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 AMDev.BNET.ClientAPI --version 0.7.3.1
                    
#r "nuget: AMDev.BNET.ClientAPI, 0.7.3.1"
                    
#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=AMDev.BNET.ClientAPI&version=0.7.3.1
                    
Install as a Cake Addin
#tool nuget:?package=AMDev.BNET.ClientAPI&version=0.7.3.1
                    
Install as a Cake Tool

BNET ClientAPI is an open source project that allow comunication with Blizzard Battle.NET network using Blizzard own Community APIs.

The project is compatible with Microsoft Visual Studio 2013, and uses REST requests for comunication with Blizzard servers. Target Microsoft Windows 8.1+, Microsoft .NET Framework 4.5 and Windows Phone 8 projects.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4-wp71 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store netcore451 is compatible. 
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.

* Minor bugs fixed about regions enumeration.

From the 0.7.0 release, PCL was abandoned to specific platform releases. Actually the libraries target only:

* Windows Phone 8
* Windows Phone 7.1
* Microsoft .NET Framework 4.5
* Windows Store Apps for Windows 8.1