Swashbuckle 5.6.0

dotnet add package Swashbuckle --version 5.6.0
                    
NuGet\Install-Package Swashbuckle -Version 5.6.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="Swashbuckle" Version="5.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Swashbuckle" Version="5.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Swashbuckle" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Swashbuckle --version 5.6.0
                    
#r "nuget: Swashbuckle, 5.6.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.
#:package Swashbuckle@5.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Swashbuckle&version=5.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Swashbuckle&version=5.6.0
                    
Install as a Cake Tool

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 (50)

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 (7)

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

Repository Stars
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
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#
Valour-Software/Valour
Valour is bringing communities into the future with unique features, blazing performance, and respect for users.
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 44,852,838 7/8/2017
5.5.3 5,026,219 11/2/2016
5.5.2 186,947 10/28/2016
5.4.0 1,803,093 8/11/2016
5.3.2 2,767,648 2/24/2016
5.3.1 1,223,041 2/14/2016
5.2.2 1,070,498 9/29/2015
5.2.1 922,072 6/5/2015
Loading failed