From 862ae4c17c50a883954c83313a8486c693b87dbc Mon Sep 17 00:00:00 2001 From: Mark Seemann Date: Sun, 14 Jun 2015 17:29:24 +0200 Subject: [PATCH] Updated NSubstitute dependency version in .nuspec. --- Nuget/Ploeh.AutoFixture.AutoNSubstitute.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nuget/Ploeh.AutoFixture.AutoNSubstitute.nuspec b/Nuget/Ploeh.AutoFixture.AutoNSubstitute.nuspec index 9f6cef07c..eea626365 100644 --- a/Nuget/Ploeh.AutoFixture.AutoNSubstitute.nuspec +++ b/Nuget/Ploeh.AutoFixture.AutoNSubstitute.nuspec @@ -8,7 +8,7 @@ Daniel Hilgarth, Mark Seemann - + Turns AutoFixture into an Auto-Mocking Container based on NSubstitute. 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/