Swashbuckle 4.0.0-rc1

This is a prerelease version of Swashbuckle.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Swashbuckle --version 4.0.0-rc1
NuGet\Install-Package Swashbuckle -Version 4.0.0-rc1
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="4.0.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Swashbuckle --version 4.0.0-rc1
#r "nuget: Swashbuckle, 4.0.0-rc1"
#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=4.0.0-rc1&prerelease

// Install Swashbuckle as a Cake Tool
#tool nuget:?package=Swashbuckle&version=4.0.0-rc1&prerelease

Seamlessly adds a Swagger to WebApi projects!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (14)

Showing the top 5 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#
microsoft/Product-Recommendations
Product Recommendations solution
dotnet-architecture/eShopOnAzure
Azure version of the eShopOnContainers, with implementations based on Azure services.
Version Downloads Last updated
6.0.0-rc1-final 906 12/7/2015
6.0.0-beta8 1,378 11/2/2015
6.0.0-beta7 1,083 9/22/2015
6.0.0-beta6 2,018 8/5/2015
6.0.0-beta5 721 7/27/2015
6.0.0-beta2 303 7/21/2015
6.0.0-beta1 1,103 5/8/2015
5.2.2 29,897 9/29/2015
5.2.1 57,976 6/5/2015
5.2.0 588 6/4/2015
5.1.5 14,075 4/22/2015
5.1.4 1,133 4/17/2015
5.1.4-rc1 72 4/16/2015
5.1.3 1,142 4/15/2015
5.1.2 1,497 4/14/2015
5.1.1 578 4/13/2015
5.0.4 6,932 3/11/2015
5.0.1 2,911 2/23/2015
5.0.0 15,405 2/16/2015
5.0.0-rc1 93 2/13/2015
5.0.0-alpha 1,798 12/19/2014
4.2.0 670 2/13/2015
4.1.0 14,211 10/29/2014
4.1.0-rc2 1,687 9/7/2014
4.1.0-rc1 517 8/28/2014
4.0.0 18,122 4/28/2014
4.0.0-rc1 233 4/18/2014
3.3.4 840 3/30/2014
3.3.3 355 3/17/2014
3.3.3-rc 89 3/12/2014
3.3.2 226 3/6/2014
3.3.0 1,228 2/7/2014
3.2.2 827 1/25/2014
3.2.1 102 1/25/2014
3.1.2 119 2/7/2014
3.1.1 640 11/22/2013
3.1.0 1,329 10/16/2013
3.0.1 139 10/8/2013
3.0.0 145 10/8/2013
2.2.1 837 10/3/2013
2.2.0 120 10/1/2013
2.1.1 186 9/17/2013
2.1.0 299 7/31/2013
2.0.0 180 7/26/2013
1.1.1 136 7/16/2013
1.1.0 187 7/10/2013

This version of Swashbuckle has no dependency on ASP.NET MVC. As a result, it's now available to both IIS hosted and self-hosted Web API's. However, this introduces several (relatively) trivial breaking changes. Checkout the transition guide (https://github.com/domaindrivendev/Swashbuckle#transitioning-to-swashbuckle-40) if you're upgrading from a prior version. This version also includes out-of-the-box support for leveraging XML comments.