Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 15:18
· 44 commits to main since this release
8074768

What's Changed

Migration

For ASP.NET

Change the Properties/launchSettings.json:

"launchUrl": "swagger/index.html",

For Visual Studio Code

Add this to the launch.json file:

"serverReadyAction": {
  "action": "openExternally",
  "pattern": "\\bNow listening on:\\s+(https?://\\S+)",
  "uriFormat": "%s/swagger" // <-- this
},

Full Changelog: v3.1.1...v4.0.0