From 1891ac1536b6b723b4758a652e37d3261c2c964b Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 9 Apr 2025 18:25:55 +0300 Subject: [PATCH] Bump Swashbuckle to 8.1.4 --- docs.sh | 2 +- src/NzbDrone.Host/Radarr.Host.csproj | 2 +- src/Radarr.Api.V3/Radarr.Api.V3.csproj | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs.sh b/docs.sh index 559a3ddc02..c84aeb4fe6 100644 --- a/docs.sh +++ b/docs.sh @@ -38,7 +38,7 @@ dotnet clean $slnFile -c Release dotnet msbuild -restore $slnFile -p:Configuration=Debug -p:Platform=$platform -p:RuntimeIdentifiers=$RUNTIME -t:PublishAllRids dotnet new tool-manifest -dotnet tool install --version 6.6.2 Swashbuckle.AspNetCore.Cli +dotnet tool install --version 8.1.4 Swashbuckle.AspNetCore.Cli dotnet tool run swagger tofile --output ./src/Radarr.Api.V3/openapi.json "$outputFolder/$FRAMEWORK/$RUNTIME/$application" v3 & diff --git a/src/NzbDrone.Host/Radarr.Host.csproj b/src/NzbDrone.Host/Radarr.Host.csproj index 9f46e8f0b3..ccb2b4e655 100644 --- a/src/NzbDrone.Host/Radarr.Host.csproj +++ b/src/NzbDrone.Host/Radarr.Host.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Radarr.Api.V3/Radarr.Api.V3.csproj b/src/Radarr.Api.V3/Radarr.Api.V3.csproj index 81c35079cd..4eb3eb1447 100644 --- a/src/Radarr.Api.V3/Radarr.Api.V3.csproj +++ b/src/Radarr.Api.V3/Radarr.Api.V3.csproj @@ -6,7 +6,8 @@ - + +