File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ import Tabs from '@theme/Tabs'
4
4
import TabItem from '@theme/TabItem'
5
5
6
6
const installCodeNuget =
7
- `Install-Package SpotifyAPI.Web -Version 6.0.0-beta.3
7
+ `Install-Package SpotifyAPI.Web -Version 6.0.0-beta.4
8
8
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
9
- Install-Package SpotifyAPI.Web.Auth -Version 6.0.0-beta.3
9
+ Install-Package SpotifyAPI.Web.Auth -Version 6.0.0-beta.4
10
10
` ;
11
11
12
12
const installReference =
13
- `<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.3 " />
13
+ `<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.4 " />
14
14
<!-- Optional Auth module, which includes an embedded HTTP Server for OAuth2 -->
15
- <PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.3 " />
15
+ <PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.4 " />
16
16
` ;
17
17
18
18
const installCodeCLI =
19
- `dotnet add package SpotifyAPI.Web --version 6.0.0-beta.3
19
+ `dotnet add package SpotifyAPI.Web --version 6.0.0-beta.4
20
20
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
21
- dotnet add package SpotifyAPI.Web.Auth --version 6.0.0-beta.3
21
+ dotnet add package SpotifyAPI.Web.Auth --version 6.0.0-beta.4
22
22
` ;
23
23
24
24
const InstallInstructions = ( ) => {
You can’t perform that action at this time.
0 commit comments