CodeGeneration.Roslyn.Plugin.Sdk by Andrew Arnott

<PackageReference Include="CodeGeneration.Roslyn.Plugin.Sdk" Version="0.7.63" />

Package Files

0 bytes

 CodeGeneration.Roslyn.Plugin.Sdk 0.7.63

The MSBuild project SDK that helps correctly create CodeGeneration.Roslyn plugins (generators). For the convenience of plugin consumers, create metapackage as well. For details, see project readme: https://github.com/AArnott/CodeGeneration.Roslyn#package-your-code-generator How to use MSBuild project SDKs: https://docs.microsoft.com/visualstudio/msbuild/how-to-use-project-sdk

<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata minClientVersion="2.5">
    <id>CodeGeneration.Roslyn.Plugin.Sdk</id>
    <version>0.7.63</version>
    <authors>Andrew Arnott</authors>
    <owners>Andrew Arnott</owners>
    <developmentDependency>true</developmentDependency>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MS-PL</license>
    <licenseUrl>https://licenses.nuget.org/MS-PL</licenseUrl>
    <projectUrl>https://github.com/aarnott/CodeGeneration.Roslyn</projectUrl>
    <description>The MSBuild project SDK that helps correctly create CodeGeneration.Roslyn plugins (generators).

For the convenience of plugin consumers, create metapackage as well. For details, see project readme: https://github.com/AArnott/CodeGeneration.Roslyn#package-your-code-generator

How to use MSBuild project SDKs: https://docs.microsoft.com/visualstudio/msbuild/how-to-use-project-sdk</description>
    <releaseNotes>https://github.com/AArnott/CodeGeneration.Roslyn/blob/master/CHANGELOG.md</releaseNotes>
    <copyright>Copyright © Andrew Arnott</copyright>
    <tags>codegen codegeneration roslyn sourcegen sourcegeneration source generation</tags>
    <packageTypes>
      <packageType name="MSBuildSdk" />
    </packageTypes>
    <repository type="git" url="https://github.com/aarnott/CodeGeneration.Roslyn" commit="b6779bd802bfc0b3eda3a8f3d4838d85d7e4a065" />
  </metadata>
</package>