Created
April 1, 2016 01:45
-
-
Save blairconrad/947b7e5f8404a6919af143b7eadeb717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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