Mercury 0.0.12-prerelease

This is a prerelease version of Mercury.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Mercury --version 0.0.12-prerelease
NuGet\Install-Package Mercury -Version 0.0.12-prerelease
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mercury" Version="0.0.12-prerelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mercury --version 0.0.12-prerelease
#r "nuget: Mercury, 0.0.12-prerelease"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mercury as a Cake Addin
#addin nuget:?package=Mercury&version=0.0.12-prerelease&prerelease

// Install Mercury as a Cake Tool
#tool nuget:?package=Mercury&version=0.0.12-prerelease&prerelease

Fluent NUnit specification extensions that will run under NCrunch, and ReSharper test runners.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.13-prerelease 896 3/5/2016
0.0.12-prerelease 978 9/17/2015
0.0.11-prerelease 997 9/17/2015

0.0.5 ActOn extension
0.0.6 Edge cases around renaming handled
0.0.7 Replaced dynamic data with generic data
0.0.8 Arrange() now has own interfaces that do not take an test context
0.0.9 Add SpecificationByMethod and up to 5 data arguments
0.0.10 Less/No clutter around the spec names depending on test runner
0.0.11 Fix, names were having the incorrect data injected to them
0.0.12 New Arrange that takes a generic type and a setup action.