PublicApiGenerator by Jake Ginnivan

<PackageReference Include="PublicApiGenerator" Version="10.2.0" />

 PublicApiGenerator 10.2.0

This library simply returns your public API as a string. You can use this in approval style tests or for documentation.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>PublicApiGenerator</id>
    <version>10.2.0</version>
    <authors>Jake Ginnivan</authors>
    <owners>Jake Ginnivan</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/PublicApiGenerator/PublicApiGenerator</projectUrl>
    <description>This library simply returns your public API as a string. You can use this in approval style tests or for documentation.</description>
    <copyright>Copyright Jake Ginnivan 2010-2020. All rights reserved.</copyright>
    <tags>semanticversioning versioning api</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Mono.Cecil" version="0.11.2" exclude="Build,Analyzers" />
        <dependency id="System.CodeDom" version="4.7.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>