From e8c49d4478356f2693e85a16efadda58b0188373 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Mon, 29 Jun 2020 23:03:33 +0200 Subject: [PATCH] Prepare beta.7 and some README fixes --- README.md | 4 ++-- SpotifyAPI.Docs/src/install_instructions.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 149230cb..eaaccddd 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ > ℹ This README targets Version >= 6.X, which is currently in beta status. For the documentation of version 5.1.1, visit [the docs](https://johnnycrazy.github.io/SpotifyAPI-NET/docs/home) [![Build status](https://img.shields.io/appveyor/build/JohnnyCrazy/SpotifyAPI-NET/master?style=flat-square)](https://ci.appveyor.com/project/JohnnyCrazy/spotifyapi-net) -![License](https://img.shields.io/github/license/JohnnyCrazy/SpotifyAPI-NET?style=flat-square) +[![License](https://img.shields.io/github/license/JohnnyCrazy/SpotifyAPI-NET?style=flat-square)](./LICENSE) [![SpotifyAPI.Web NuGET](https://img.shields.io/nuget/vpre/SpotifyAPI.Web?label=SpotifyAPI.Web&style=flat-square)](https://www.nuget.org/packages/SpotifyAPI.Web/) -[![SpotifyAPI.Web.Auth NuGET](https://img.shields.io/nuget/vpre/SpotifyAPI.Web.Auth?label=SpotifyAPI.Web.Auth&style=flat-square)](https://www.nuget.org/packages/SpotifyAPI.Web/) +[![SpotifyAPI.Web.Auth NuGET](https://img.shields.io/nuget/vpre/SpotifyAPI.Web.Auth?label=SpotifyAPI.Web.Auth&style=flat-square)](https://www.nuget.org/packages/SpotifyAPI.Web.Auth/) This open source library for the Spotify Web API provides an easy to use interface for .NET based languages, like C# and VisualBasic .NET. By using it you can query general spotify catalog information (tracks, albums and playlists), manage user-related content ("My Library", create and edit playlists) and control the users music players (play, stop, transfer playback, play specific track). diff --git a/SpotifyAPI.Docs/src/install_instructions.js b/SpotifyAPI.Docs/src/install_instructions.js index 9b813cde..05cfb776 100644 --- a/SpotifyAPI.Docs/src/install_instructions.js +++ b/SpotifyAPI.Docs/src/install_instructions.js @@ -4,7 +4,7 @@ import Tabs from '@theme/Tabs' import TabItem from '@theme/TabItem' // Will be removed after beta releases -const VERSION = '6.0.0-beta.6'; +const VERSION = '6.0.0-beta.7'; const installCodeNuget = `Install-Package SpotifyAPI.Web -Version ${VERSION}