• Documentation
  • Reference
Show / Hide Table of Contents
  • Introduction
  • Settings
  • Contributing
  • NuGet Package

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.

  • Improve this Doc
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX