fix release workflow

This commit is contained in:
Jonas Dellinger 2024-02-10 12:25:47 +01:00
parent 0ba31b26db
commit 2bfb7ba714
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
"SpotifyAPI.Web.Auth-netstandard2.1.zip" \
"SpotifyAPI.Web.Auth-net5.0.zip" \
"SpotifyAPI.Web.Auth-net6.0.zip" \
"SpotifyAPI.Web.Auth-net7.0.zip"
"SpotifyAPI.Web.Auth-net7.0.zip" \
"SpotifyAPI.Web.Auth-net8.0.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs';
import React from 'react';
const VERSION = '7.1.0';
const VERSION = '7.1.1';
const installCodeNuget = `Install-Package SpotifyAPI.Web
# Optional Auth module, which includes an embedded HTTP Server for OAuth2