-
Notifications
You must be signed in to change notification settings - Fork 5
Supported versions of NSwag
NSwag.AzureFunctionsV2 is built as a Swagger Generator implementation on top of NSwag.Core and NSwag.Generation (previously NSwag.SwaggerGeneration) packages and it's important to note that these projects aren't necessarily updated in sync. Hence why specific versions of this library support specific versions of NSwag. The development of NSwag is quite fluid and the API changes a lot, and it does not follow strict semantic versioning so it's quite possible that a minor and patch version updates can be breaking. That is why the supported, tested compatible versions are explicitly listed.
Support table:
NSwag.AzureFunctionsV2 version | NSwag version | Notes |
---|---|---|
v1.0.1 | >= v12.0.14 | Tested against v12.0.14, may work on other v12 minor/patch versions. |
v1.1.0 | >= v13.0.4 | Tested against v13.0.4, may work on other v13 minor/patch versions. |
The shield on top of the main project readme also tells you the version of NSwag that the current version of NSwag.AzureFunctionsV2 has been developed and tested with.
Table of contents