From 55d03967ec70c59cc16ee199886dfb3886d9068c Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 14 Mar 2022 22:33:08 -0500 Subject: [PATCH] Bump Swashbuckle to 6.3.0 --- docs.sh | 4 ++-- src/NzbDrone.Host/Prowlarr.Host.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.sh b/docs.sh index bc9a94ff0..71c3359c9 100644 --- a/docs.sh +++ b/docs.sh @@ -27,11 +27,11 @@ 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.2.3 Swashbuckle.AspNetCore.Cli +dotnet tool install --version 6.3.0 Swashbuckle.AspNetCore.Cli dotnet tool run swagger tofile --output ./src/Prowlarr.Api.V1/openapi.json "$outputFolder/net6.0/$RUNTIME/prowlarr.console.dll" v1 & -sleep 10 +sleep 30 kill %1 diff --git a/src/NzbDrone.Host/Prowlarr.Host.csproj b/src/NzbDrone.Host/Prowlarr.Host.csproj index 0b6b294e2..1e8956696 100644 --- a/src/NzbDrone.Host/Prowlarr.Host.csproj +++ b/src/NzbDrone.Host/Prowlarr.Host.csproj @@ -7,7 +7,7 @@ - +