mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Updated docs install guide for 6.0.0-beta.3
This commit is contained in:
parent
208b90fb56
commit
2d1378c020
@ -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.2
|
||||
`Install-Package SpotifyAPI.Web -Version 6.0.0-beta.3
|
||||
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
|
||||
Install-Package SpotifyAPI.Web.Auth -Version 6.0.0-beta.2
|
||||
Install-Package SpotifyAPI.Web.Auth -Version 6.0.0-beta.3
|
||||
`;
|
||||
|
||||
const installReference =
|
||||
`<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.2" />
|
||||
`<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.3" />
|
||||
<!-- Optional Auth module, which includes an embedded HTTP Server for OAuth2 -->
|
||||
<PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.2" />
|
||||
<PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.3" />
|
||||
`;
|
||||
|
||||
const installCodeCLI =
|
||||
`dotnet add package SpotifyAPI.Web --version 6.0.0-beta.2
|
||||
`dotnet add package SpotifyAPI.Web --version 6.0.0-beta.3
|
||||
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
|
||||
dotnet add package SpotifyAPI.Web.Auth --version 6.0.0-beta.2
|
||||
dotnet add package SpotifyAPI.Web.Auth --version 6.0.0-beta.3
|
||||
`;
|
||||
|
||||
const InstallInstructions = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user