Adapted readme for version 6 beta 2

This commit is contained in:
Jonas Dellinger 2020-06-04 22:09:01 +02:00
parent 98e29294d9
commit b3670e5636
2 changed files with 8 additions and 8 deletions

View File

@ -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 =
`<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.1" />
`<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.2" />
<!-- Optional Auth module, which includes an embedded HTTP Server for OAuth2 -->
<PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.1" />
<PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.2" />
`;
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 = () => {

View File

@ -103,13 +103,13 @@ function Home() {
<a href="https://www.nuget.org/packages/SpotifyAPI.Web/" rel="noopener noreferrer">
<img
alt="Nuget"
src="https://img.shields.io/nuget/v/SpotifyAPI.Web?label=SpotifyAPI.Web&style=flat-square">
src="https://img.shields.io/nuget/vpre/SpotifyAPI.Web?label=SpotifyAPI.Web&style=flat-square">
</img>{' '}
</a>
<a href="https://www.nuget.org/packages/SpotifyAPI.Web.Auth/" rel="noopener noreferrer">
<img
alt="Nuget"
src="https://img.shields.io/nuget/v/SpotifyAPI.Web.Auth?label=SpotifyAPI.Web.Auth&style=flat-square">
src="https://img.shields.io/nuget/vpre/SpotifyAPI.Web.Auth?label=SpotifyAPI.Web.Auth&style=flat-square">
</img>
</a>
</h1>