diff --git a/SpotifyAPI.Docs/src/install_instructions.js b/SpotifyAPI.Docs/src/install_instructions.js index 187d062e..376100ae 100644 --- a/SpotifyAPI.Docs/src/install_instructions.js +++ b/SpotifyAPI.Docs/src/install_instructions.js @@ -4,21 +4,21 @@ import Tabs from '@theme/Tabs' import TabItem from '@theme/TabItem' const installCodeNuget = - `Install-Package SpotifyAPI.Web -Version 6.0.0-beta.1 + `Install-Package SpotifyAPI.Web -Version 6.0.0-beta.2 # Optional Auth module, which includes an embedded HTTP Server for OAuth2 -Install-Package SpotifyAPI.Web.Auth -Version 6.0.0-beta.1 +Install-Package SpotifyAPI.Web.Auth -Version 6.0.0-beta.2 `; const installReference = - ` + ` - + `; const installCodeCLI = - `dotnet add package SpotifyAPI.Web --version 6.0.0-beta.1 + `dotnet add package SpotifyAPI.Web --version 6.0.0-beta.2 # Optional Auth module, which includes an embedded HTTP Server for OAuth2 -dotnet add package SpotifyAPI.Web.Auth --version 6.0.0-beta.1 +dotnet add package SpotifyAPI.Web.Auth --version 6.0.0-beta.2 `; const InstallInstructions = () => { diff --git a/SpotifyAPI.Docs/src/pages/index.js b/SpotifyAPI.Docs/src/pages/index.js index 8ac78fcf..538b37ba 100644 --- a/SpotifyAPI.Docs/src/pages/index.js +++ b/SpotifyAPI.Docs/src/pages/index.js @@ -103,13 +103,13 @@ function Home() { Nuget + src="https://img.shields.io/nuget/vpre/SpotifyAPI.Web?label=SpotifyAPI.Web&style=flat-square"> {' '} Nuget + src="https://img.shields.io/nuget/vpre/SpotifyAPI.Web.Auth?label=SpotifyAPI.Web.Auth&style=flat-square">