Swashbuckle 5.1.5

dotnet add package Swashbuckle --version 5.1.5                
NuGet\Install-Package Swashbuckle -Version 5.1.5                
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="Swashbuckle" Version="5.1.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Swashbuckle --version 5.1.5                
#r "nuget: Swashbuckle, 5.1.5"                
#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 Swashbuckle as a Cake Addin
#addin nuget:?package=Swashbuckle&version=5.1.5

// Install Swashbuckle as a Cake Tool
#tool nuget:?package=Swashbuckle&version=5.1.5                

Seamlessly adds a Swagger to WebApi projects!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Swashbuckle:

Repository Stars
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
la-yumba/functional-csharp-code
Code samples for Functional Programming in C#
Version Downloads Last updated
5.1.5 10,733 4/22/2015
5.1.4 1,020 4/17/2015
5.1.4-rc1 75 4/16/2015
5.1.3 1,053 4/15/2015
5.1.2 1,283 4/14/2015
5.1.1 497 4/13/2015
5.0.4 5,937 3/11/2015
5.0.1 2,584 2/23/2015
5.0.0 6,636 2/16/2015
5.0.0-rc1 83 2/13/2015
5.0.0-alpha 1,574 12/19/2014
4.2.0 523 2/13/2015
4.1.0 12,678 10/29/2014
4.1.0-rc2 1,623 9/7/2014
4.1.0-rc1 499 8/28/2014
4.0.0 7,892 4/28/2014
4.0.0-rc1 86 4/18/2014
3.3.4 386 3/30/2014
3.3.3 94 3/17/2014
3.3.3-rc 69 3/12/2014
3.3.2 94 3/6/2014
3.3.0 398 2/7/2014
3.2.2 424 1/25/2014
3.2.1 88 1/25/2014
3.1.2 90 2/7/2014
3.1.1 101 11/22/2013
3.1.0 857 10/16/2013
3.0.1 96 10/8/2013
3.0.0 52 10/8/2013
2.2.1 371 10/3/2013
2.2.0 82 10/1/2013
2.1.1 87 9/17/2013
2.1.0 156 7/31/2013
2.0.0 72 7/26/2013
1.1.1 67 7/16/2013
1.1.0 71 7/10/2013

swagger-ui upgrade to v2.1.1-M2