<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Swashbuckle.Core</id>
    <version>5.6.0</version>
    <title>Swashbuckle.Core - Swagger for WebApi</title>
    <authors>Richard Morris</authors>
    <owners>Richard Morris</owners>
    <licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
    <projectUrl>https://github.com/domaindrivendev/Swashbuckle</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>
    <copyright>Copyright 2013</copyright>
    <tags>Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Core" version="4.0.20710" />
      <dependency id="Newtonsoft.Json" version="7.0.1" />
    </dependencies>
  </metadata>
</package>