Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 650 Bytes

packages.md

File metadata and controls

17 lines (11 loc) · 650 Bytes

Packages

You can include the addin in your script with:

#addin nuget:?package=Cake.NSwag.Console

//or to use the latest development release
#addin nuget:?package=Cake.NSwag.Console&prerelease

The NuGet prerelease packages are automatically built and deployed from the develop branch so they can be considered bleeding-edge while the non-prerelease packages will be much more stable.

Versioning is predominantly SemVer-compliant so you can set your version constraints if you're worried about changes.

Note

These packages do not include NSwag itself so you will need to have that available in your environment first.