This commit is contained in:
2025-04-21 14:10:27 +08:00
commit cb4c3b2935
2761 changed files with 1382589 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
set /p key=input key:
call ./Publish.bat "SwashbuckleEx.*.nupkg" "Swashbuckle.WebHost/Swashbuckle.WebHost.csproj" "%key%"
call ./Publish.bat "SwashbuckleEx.Core.*.nupkg" "Swashbuckle.Core/Swashbuckle.Core.csproj" "%key%"
@pause