From 0f9d8d61a25f54364f71507e8f634e642a715353 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 29 Apr 2023 21:23:15 +0300 Subject: [PATCH] Bump Swashbuckle to 6.5.0 --- docs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.sh b/docs.sh index e9a54b2eb..39622a8c4 100644 --- a/docs.sh +++ b/docs.sh @@ -3,9 +3,9 @@ PLATFORM=$1 if [ "$PLATFORM" = "Windows" ]; then RUNTIME="win-x64" elif [ "$PLATFORM" = "Linux" ]; then - WHERE="linux-x64" + RUNTIME="linux-x64" elif [ "$PLATFORM" = "Mac" ]; then - WHERE="osx-x64" + RUNTIME="osx-x64" else echo "Platform must be provided as first arguement: Windows, Linux or Mac" exit 1 @@ -27,7 +27,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.3.0 Swashbuckle.AspNetCore.Cli +dotnet tool install --version 6.5.0 Swashbuckle.AspNetCore.Cli dotnet tool run swagger tofile --output ./src/Readarr.Api.V1/openapi.json "$outputFolder/net6.0/$RUNTIME/Readarr.console.dll" v1 & @@ -35,4 +35,4 @@ sleep 45 kill %1 -exit 0 \ No newline at end of file +exit 0