Skip to content

Instantly share code, notes, and snippets.

@blairconrad
Created April 1, 2016 01:45
Show Gist options
  • Select an option

  • Save blairconrad/947b7e5f8404a6919af143b7eadeb717 to your computer and use it in GitHub Desktop.

Select an option

Save blairconrad/947b7e5f8404a6919af143b7eadeb717 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FakeItEasy.Annotations</id>
<version>2.0.0</version>
<title>FakeItEasy Annotations</title>
<authors>Blair Conrad</authors>
<description>ReSharper External Annotations for the FakeItEasy library</description>
<!-- <projectUrl>https://github.com/enduracode/humanizer-annotations</projectUrl> -->
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="Wave" version="[2.0]" />
</dependencies>
<tags>FakeItEasy Annotations</tags>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment