SteamGamesNet 0.0.5

dotnet add package SteamGamesNet --version 0.0.5
NuGet\Install-Package SteamGamesNet -Version 0.0.5
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="SteamGamesNet" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SteamGamesNet --version 0.0.5
#r "nuget: SteamGamesNet, 0.0.5"
#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 SteamGamesNet as a Cake Addin
#addin nuget:?package=SteamGamesNet&version=0.0.5

// Install SteamGamesNet as a Cake Tool
#tool nuget:?package=SteamGamesNet&version=0.0.5

SteamGamesNet

A wrapper, to get all (possible) informations about apps/games using the ID, which will be supplied as RawSteamGame to easily access data without parsing.

Technologies used

SteamGamesNet was created using .NET Core 6.0 and relies on the following Nuget packages and dependencies:

Features ⭐

Nuget

SteamGamesNet is available as a Nuget package. You can download it from here: SteamGamesNet

Usage

Example 🔧

For examples on how to use the wrapper, please open the demo-project.

License 📜

SteamGamesNet is licensed under the GNU General Public License v3.0.

You can read the full license details of the GNU General Public License v3.0 here.

SteamGamesNet is licensed under the GNU General Public License v3.0. This project is not endorsed by Steam/Valve and does not reflect the views or opinions of Steam/Valve or anyone officially involved in managing it. Steam is a trademark and/or registered trademark of Valve.

Disclaimer ⚠️

Read the full disclaimer in the DISCLAIMER.md file!

Please read the full disclaimer in the DISCLAIMER.md file before using this project. The author (liebki (me)) of the project and the project itself are not endorsed by Steam/Valve and do not reflect the views or opinions of Steam/Valve or anyone officially involved in managing it.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
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.

Version Downloads Last updated
0.0.5 149 12/8/2023
0.0.4 128 6/19/2023
0.0.3 221 3/4/2023
0.0.2 267 12/21/2022
0.0.1 263 12/20/2022

Added new types for the new GetAppListAsync() method, this allows to get all id's and names of apps listed on steam, also changed the names of a few methods or added the async suffix and changed all lists to ienumerables.