Cake.Prca.Issues.InspectCode by BBT Software AG

<PackageReference Include="Cake.Prca.Issues.InspectCode" Version="0.3.0" />

 Cake.Prca.Issues.InspectCode 0.3.0

The Inspect Code support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by JetBrains Inspect Code as comments to a pull request.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Cake.Prca.Issues.InspectCode</id>
    <version>0.3.0</version>
    <title>Cake.Prca.Issues.InspectCode</title>
    <authors>BBT Software AG</authors>
    <owners>bbtsoftware, pascalberger, cake-contrib</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/cake-contrib/Cake.Prca.Issues.InspectCode/blob/develop/LICENSE</licenseUrl>
    <projectUrl>http://cake-contrib.github.io/Cake.Prca.Website</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/cake-build/graphics/aba74fb4cb5fe9454381af2cc70c870088229d5c/png/cake-medium.png</iconUrl>
    <description>The Inspect Code support for the Pull Request Code Analysis Addin for Cake allows you to write any issues logged by JetBrains Inspect Code as comments to a pull request.</description>
    <summary>JetBrains Inspect Code support for the Pull Request Code Analysis Addin for Cake Build Automation System</summary>
    <releaseNotes>https://github.com/cake-contrib/Cake.Prca.Issues.InspectCode/releases/tag/0.3.0</releaseNotes>
    <copyright>Copyright © 2017 BBT Software AG, Root/Zermatt, Switzerland</copyright>
    <tags>Cake Script PullRequest CodeAnalysis Cake-Prca-IssueProvider Linting InspectCode</tags>
    <dependencies>
      <dependency id="Cake.Prca" version="[0.3.0, 0.4.0)" />
    </dependencies>
  </metadata>
</package>