This project was created with the intention of versioning and configure a WebAPI in ASP.NET using the Swagger (Swashbuckle.AspNetCore) using ASP.NET Core 3.1.
Info
Version: | 2.2.0 |
Author(s): | Pedro Henrique Vasconcellos |
Last Update: | Friday, February 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pedrovasconcellos/SwaggerConfigurationExtension-ASP.NET-Core |
NuGet Url: | https://www.nuget.org/packages/Swashbuckle.SwaggerConfigurationExtension |
Install
Install-Package Swashbuckle.SwaggerConfigurationExtension
dotnet add package Swashbuckle.SwaggerConfigurationExtension
paket add Swashbuckle.SwaggerConfigurationExtension
Swashbuckle.SwaggerConfigurationExtension Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Versioning(>= 4.1.1)
- Microsoft.Extensions.DependencyInjection(>= 3.1.1)
- Swashbuckle.AspNetCore.SwaggerGen(>= 5.0.0)
- Swashbuckle.AspNetCore.SwaggerUI(>= 5.0.0)
Tags