NSwag.SwaggerGeneration.AzureFunctionsV2 by Jussi Saarivirta

<PackageReference Include="NSwag.SwaggerGeneration.AzureFunctionsV2" Version="1.0.0" />

 NSwag.SwaggerGeneration.AzureFunctionsV2 1.0.0

NSwag SwaggerGenerator for generating Swagger JSON from HttpTriggered Azure Functions. Supports the AzureFunctionsV2.HttpExtensions function signature and authentication extensions as well.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NSwag.SwaggerGeneration.AzureFunctionsV2</id>
    <version>1.0.0</version>
    <authors>Jussi Saarivirta</authors>
    <owners>Jussi Saarivirta</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/Jusas/NSwag.AzureFunctionsV2</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Jusas/NSwag.AzureFunctionsV2/master/assets/logo.png</iconUrl>
    <description>NSwag SwaggerGenerator for generating Swagger JSON from HttpTriggered Azure Functions. Supports the AzureFunctionsV2.HttpExtensions function signature and authentication extensions as well.</description>
    <copyright>(c) 2019 Jussi Saarivirta</copyright>
    <tags>Azure Functions, Swagger, NSwag</tags>
    <repository type="Git" url="https://github.com/Jusas/NSwag.AzureFunctionsV2" />
    <dependencies>
      <group>
        <dependency id="NSwag.Annotations" version="12.0.13" exclude="Build,Analyzers" />
        <dependency id="NSwag.SwaggerGeneration" version="12.0.13" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel.Annotations" version="4.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>