From 2bfb7ba714bdad53becd5e82fc3a65a9ff8a81c4 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sat, 10 Feb 2024 12:25:47 +0100 Subject: [PATCH] fix release workflow --- .github/workflows/cicd.yaml | 2 +- SpotifyAPI.Docs/src/install_instructions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 087a0866..15080e7f 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -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 }} diff --git a/SpotifyAPI.Docs/src/install_instructions.js b/SpotifyAPI.Docs/src/install_instructions.js index 87c040af..d80703f7 100644 --- a/SpotifyAPI.Docs/src/install_instructions.js +++ b/SpotifyAPI.Docs/src/install_instructions.js @@ -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