SteamGamesNet 0.0.5
See the version list below for details.
dotnet add package SteamGamesNet --version 0.0.5
NuGet\Install-Package SteamGamesNet -Version 0.0.5
<PackageReference Include="SteamGamesNet" Version="0.0.5" />
paket add SteamGamesNet --version 0.0.5
#r "nuget: SteamGamesNet, 0.0.5"
// 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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.