We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba31b2 commit 2bfb7baCopy full SHA for 2bfb7ba
.github/workflows/cicd.yaml
@@ -77,7 +77,7 @@ jobs:
77
"SpotifyAPI.Web.Auth-netstandard2.1.zip" \
78
"SpotifyAPI.Web.Auth-net5.0.zip" \
79
"SpotifyAPI.Web.Auth-net6.0.zip" \
80
- "SpotifyAPI.Web.Auth-net7.0.zip"
+ "SpotifyAPI.Web.Auth-net7.0.zip" \
81
"SpotifyAPI.Web.Auth-net8.0.zip"
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SpotifyAPI.Docs/src/install_instructions.js
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
3
import Tabs from '@theme/Tabs';
4
import React from 'react';
5
6
-const VERSION = '7.1.0';
+const VERSION = '7.1.1';
7
8
const installCodeNuget = `Install-Package SpotifyAPI.Web
9
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
0 commit comments