From 7fc51c52a2a1622e88227c1f98cf3eeb5b1cf08c Mon Sep 17 00:00:00 2001 From: mmuffins Date: Sun, 19 Aug 2018 11:00:07 +0200 Subject: [PATCH] Added nuget badge to readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e6091..446ac0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # SteamStorefrontAPI +[![nuget](https://img.shields.io/nuget/v/SteamStorefrontAPI.svg)](https://www.nuget.org/packages/SteamStorefrontAPI) -The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the [inofficial api documentation](https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI), and is therefore provided as-is. Also available as [NuGet Package](https://www.nuget.org/packages/SteamStorefrontAPI/). +The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the [inofficial api documentation](https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI), and is therefore provided as-is. ## Usage examples