SteamModels 1.0.1

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

// Install SteamModels as a Cake Tool
#tool nuget:?package=SteamModels&version=1.0.1

.NET models for Steam API entities.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
8.0.0 178 12/1/2023
7.0.0 370 11/28/2022
6.0.0 397 11/11/2021
5.0.3 383 10/5/2021
1.3.1 454 11/5/2020
1.3.0 425 11/5/2020
1.2.3 702 10/14/2019
1.2.2 696 3/11/2019
1.2.1 817 9/19/2018
1.2.0 786 8/30/2018
1.1.3 776 8/24/2018
1.1.2 824 8/10/2018
1.1.1 865 8/9/2018
1.1.0 1,082 5/2/2017
1.0.1 1,151 4/18/2017
1.0.0 891 4/7/2017

Changes in 1.0.1:
  Changing the type of memberSince for the SteamUser model to string due to format deserialization issues with DateTime.
  Adding HeadshotPercentage to the CSGOPlayerStats model.