SteamWebAPI 1.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package SteamWebAPI --version 1.0.12
NuGet\Install-Package SteamWebAPI -Version 1.0.12
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="SteamWebAPI" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SteamWebAPI --version 1.0.12
#r "nuget: SteamWebAPI, 1.0.12"
#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 SteamWebAPI as a Cake Addin
#addin nuget:?package=SteamWebAPI&version=1.0.12

// Install SteamWebAPI as a Cake Tool
#tool nuget:?package=SteamWebAPI&version=1.0.12

The goal of this project is to allow C# developers who intend to use the Steam Web API to pull data from the Valve API server easily without worrying about syntax, interface names, method names and parameters. This portable class library is designed to be intuitive, robust and will hopefully help developers focus on other parts of their exciting application!

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
2.0.1 2,359 8/9/2018
1.0.14.42195 2,495 5/16/2017
1.0.14.591 1,502 5/15/2017
1.0.13 4,021 2/4/2014
1.0.12 1,668 1/24/2014
1.0.11 1,660 1/24/2014
1.0.10 1,637 1/4/2014
1.0.9 1,637 1/4/2014
1.0.8 1,585 1/2/2014
1.0.7 1,591 12/30/2013
1.0.6 1,644 12/30/2013
1.0.5 1,581 12/30/2013
1.0.4 1,649 12/30/2013
1.0.3 1,619 12/30/2013
1.0.2 1,603 12/30/2013
1.0.1 1,584 12/30/2013
1.0.0 1,592 12/30/2013

Fixed issue where PlayerSummariesResponse's GameExtraInfo was not populating.