Swashbuckle.Blue.Core by Benjamin Adams

<PackageReference Include="Swashbuckle.Blue.Core" Version="5.7.6" />

 Swashbuckle.Blue.Core 5.7.6

Seamlessly adds a Swagger to WebApi projects!

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Swashbuckle.Blue.Core</id>
    <version>5.7.6</version>
    <title>Swashbuckle.Blue.Core - Swagger for WebApi</title>
    <authors>Benjamin Adams</authors>
    <owners>Benjamin Adams</owners>
    <licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
    <projectUrl>https://github.com/BenjaminAdams/Swashbuckle-blue</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Seamlessly adds a Swagger to WebApi projects!</description>
    <summary>Combines ApiExplorer and Swagger/swagger-ui to provide a rich discovery, documentation and playground experience to your API consumers</summary>
    <releaseNotes>Swagger-ui upgrade to v2.1.5-M2 and several bug fixes</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
      <dependency id="Newtonsoft.Json" version="[5.00, 10.0)" />
    </dependencies>
  </metadata>
</package>