Skip to content

Commit

Permalink
correct reference version on auto fixture dependency for resharper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton committed Apr 22, 2014
1 parent 23b4ce3 commit 03ec690
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/JustBehave/JustBehave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$id$</title>
<title>$id$</title>
<authors>JUST EAT</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/justeat/JustBehave</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A BDD-influenced C# testing library cooked up by JUST EAT</summary>
<summary>A BDD-influenced C# testing library cooked up by JUST EAT</summary>
<description>$description$</description>
<copyright>Copyright 2013</copyright>
<tags>BDD test unit behaviour driven no-gherkin contexts scenarios nunit xunit autofixture</tags>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<dependencies>
<dependency id="AutoFixture" version="[3.16.5]" />
</dependencies>
</metadata>
</package>

0 comments on commit 03ec690

Please sign in to comment.