Skip to content

Commit

Permalink
Merge pull request justeat#5 from antonjefcoate/master
Browse files Browse the repository at this point in the history
Reference version correction
  • Loading branch information
jaimalchohan committed Apr 22, 2014
2 parents 23b4ce3 + 03ec690 commit 6a5cfc7
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 6a5cfc7

Please sign in to comment.