Skip to content

Commit

Permalink
Updated NSubstitute dependency version in .nuspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ploeh committed Jun 14, 2015
1 parent 56f7e00 commit 862ae4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nuget/Ploeh.AutoFixture.AutoNSubstitute.nuspec
Expand Up @@ -8,7 +8,7 @@
<owners>Daniel Hilgarth, Mark Seemann</owners>
<dependencies>
<dependency id="autofixture" version="2.2" />
<dependency id="NSubstitute" version="1.4" />
<dependency id="NSubstitute" version="1.5.0" />
</dependencies>
<summary>Turns AutoFixture into an Auto-Mocking Container based on NSubstitute.</summary>
<description>This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance. Read more at http://autofixture.codeplex.com/</description>
Expand Down

0 comments on commit 862ae4c

Please sign in to comment.