Release "swaggercore-v3.0.0"
BREAKING CHANGES
Aliencube.AzureFunctions.Extensions.OpenApi is now split into two separate packages:
- Aliencube.AzureFunctions.Extensions.OpenApi.Core: contains the existing logics
- Aliencube.AzureFunctions.Extensions.OpenApi: contains boilerplate templates to render both Swagger UI and Open API documents.
From the developer perspective, change the namespaces from Aliencube.AzureFunctions.Extensions.OpenApi
to Aliencube.AzureFunctions.Extensions.OpenApi.Core
in your existing codebase.