Swagger.Net 0.5.5

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

// Install Swagger.Net as a Cake Tool
#tool nuget:?package=Swagger.Net&version=0.5.5

Documents the ASP.NET Web API using the Swagger specification.

Swagger.Net targets .NET 4.0 and will expose any apis the inherit from the ApiController in the new ASP.NET Web API.

Swagger.NET aims to conform to the Swagger specification to support all swagger components including client code gen.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Swagger.Net:

Package Downloads
Swagger.Net.UI

Swagger UI is written by the wordnik folks and allows one to interact with a REST API that is documented using the Swagger spec (including swagger's code gen tools). This package makes the latest available for the .NET community. This is packaged with a pre-release version of Swagger.Net which emits the Swagger spec for the ASP.NET Web API. NOTE: Currently broken in IE. Use in other browser.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.5 166,442 9/25/2012

Require only .NET 4.0. Fix for duplicate controllers in action filter. Also added support for virtual applications and directories.