- Added lock when creating the directory and file to assure thread safety
- set correct path to include xml-comments
- Remove version from Paths in swaggerDoc to comply with openapi-validator.
- Set api version in OpenApiServer Url for OpenApiDocument. Serialize as V2 will set basePath to version on swaggerDoc, removing need for version in Paths.
- Make download button on swagger ui optional.
- Set swagger definition to Swagger v2 in stead of OpenApi v3, openapi-validator.antwerpen.be only supports up to v2
- Added code to create the AddPublishJsonButton.js file on startup from embedded resource
- Updated unit tests
- Update code based on PR feedback.
- Added Download publish JSON button to the Swagger UI which can be used for downloading the Swagger JSON without versioning.
- initial version.