OctoHook.AutoLink by kzu

<PackageReference Include="OctoHook.AutoLink" Version="0.3.5" />

 OctoHook.AutoLink 0.3.5

Automatically link issues to their corresponding user story (issues labeled 'story' or 'Story') based on a shared prefix with square brackets, like '[uex] Provide UI hints'.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>OctoHook.AutoLink</id>
    <version>0.3.5</version>
    <title>OctoHook.AutoLink</title>
    <authors>kzu</authors>
    <owners>kzu</owners>
    <licenseUrl>https://github.com/kzu/OctoHook/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/kzu/OctoHook/wiki/AutoLink</projectUrl>
    <iconUrl>https://raw.github.com/kzu/OctoHook/master/design/icon-32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Automatically link issues to their corresponding user story 
(issues labeled 'story' or 'Story') based on a shared prefix with square brackets, like '[uex] Provide UI hints'.</description>
    <releaseNotes>v0.1

- Initial support for OctoHook plugins via NuGet
.</releaseNotes>
    <copyright>Copyright © Daniel Cazzulino 2014</copyright>
    <tags>github webhook</tags>
    <dependencies>
      <dependency id="Octokit" version="0.4.1" />
    </dependencies>
  </metadata>
</package>