Suave.Swagger 2.3.0

dotnet add package Suave.Swagger --version 2.3.0
NuGet\Install-Package Suave.Swagger -Version 2.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Suave.Swagger" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Suave.Swagger --version 2.3.0
#r "nuget: Suave.Swagger, 2.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Suave.Swagger as a Cake Addin
#addin nuget:?package=Suave.Swagger&version=2.3.0

// Install Suave.Swagger as a Cake Tool
#tool nuget:?package=Suave.Swagger&version=2.3.0

Document your Suave web services with Swagger. Swagger UI is embedded in resources and a WebPart serving it is automatically added.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 15,019 11/20/2017
2.2.0 4,229 7/27/2017
2.1.0 933 7/26/2017
2.0.1-beta 760 3/26/2017
2.0.0 2,990 3/15/2017
1.0.0 1,835 9/18/2016

FIX: handle recursive schemas with optional properties (avoid stack overflow)