Swashbuckle 4.0.0
See the version list below for details.
dotnet add package Swashbuckle --version 4.0.0
NuGet\Install-Package Swashbuckle -Version 4.0.0
<PackageReference Include="Swashbuckle" Version="4.0.0" />
paket add Swashbuckle --version 4.0.0
#r "nuget: Swashbuckle, 4.0.0"
// Install Swashbuckle as a Cake Addin #addin nuget:?package=Swashbuckle&version=4.0.0 // Install Swashbuckle as a Cake Tool #tool nuget:?package=Swashbuckle&version=4.0.0
Seamlessly adds a Swagger to WebApi projects!
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.WebApi.WebHost (>= 4.0.20710)
- Swashbuckle.Core (>= 4.0.0)
- WebActivatorEx
NuGet packages (43)
Showing the top 5 NuGet packages that depend on Swashbuckle:
Package | Downloads |
---|---|
Zapp
Zapp is a Windows process orchestrator for packed apps. |
|
Miruken.AspNet.Swagger
Asp.Net Swagger Integration with Miruken |
|
Slalom.Boost.WebApi
No description. |
|
ReCloud.Xrm
ReCloud Core Class Library |
|
CodeArts.Mvc
An Mvc infrastructure. |
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 |
---|---|---|
5.6.0 | 34,590,572 | 7/8/2017 |
5.5.3 | 4,434,368 | 11/2/2016 |
5.5.2 | 167,294 | 10/28/2016 |
5.4.0 | 1,646,509 | 8/11/2016 |
5.3.2 | 2,492,834 | 2/24/2016 |
5.3.1 | 1,098,677 | 2/14/2016 |
5.2.2 | 980,117 | 9/29/2015 |
5.2.1 | 809,069 | 6/5/2015 |
5.2.0 | 15,647 | 6/4/2015 |
5.1.5 | 162,342 | 4/22/2015 |
5.1.4 | 33,321 | 4/17/2015 |
5.1.4-rc1 | 1,903 | 4/16/2015 |
5.1.3 | 6,222 | 4/15/2015 |
5.1.2 | 4,735 | 4/14/2015 |
5.1.1 | 3,937 | 4/13/2015 |
5.0.4 | 49,746 | 3/11/2015 |
5.0.1 | 13,790 | 2/23/2015 |
5.0.0 | 411,222 | 2/16/2015 |
5.0.0-rc1 | 2,140 | 2/13/2015 |
5.0.0-alpha | 4,719 | 12/19/2014 |
4.2.0 | 12,971 | 2/13/2015 |
4.1.0 | 60,575 | 10/29/2014 |
4.1.0-rc2 | 3,683 | 9/7/2014 |
4.1.0-rc1 | 7,454 | 8/28/2014 |
4.0.0 | 72,308 | 4/28/2014 |
4.0.0-rc1 | 10,642 | 4/18/2014 |
3.3.4 | 7,538 | 3/30/2014 |
3.3.3 | 2,514 | 3/17/2014 |
3.3.3-rc | 1,874 | 3/12/2014 |
3.3.2 | 2,457 | 3/6/2014 |
3.3.0 | 3,577 | 2/7/2014 |
3.2.2 | 3,093 | 1/25/2014 |
3.2.1 | 2,234 | 1/25/2014 |
3.1.2 | 2,350 | 2/7/2014 |
3.1.1 | 2,934 | 11/22/2013 |
3.1.0 | 4,017 | 10/16/2013 |
3.0.1 | 2,306 | 10/8/2013 |
3.0.0 | 4,159 | 10/8/2013 |
2.2.1 | 3,466 | 10/3/2013 |
2.2.0 | 2,671 | 10/1/2013 |
2.1.1 | 2,834 | 9/17/2013 |
2.1.0 | 2,899 | 7/31/2013 |
2.0.0 | 3,313 | 7/26/2013 |
1.1.1 | 2,845 | 7/16/2013 |
1.1.0 | 8,493 | 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.