Mongo2Go by Johannes Hoppe

<PackageReference Include="Mongo2Go" Version="0.1.4" />

 Mongo2Go 0.1.4

Mongo2Go is a manged wrapper around the latest MongoDB binaries. It targets .NET 3.5 and works in later versions, too. This Nuget package contains the executables of mongod, mongoimport and mongoexport v2.6.6 (32bit). Mongo2Go has two use cases: 1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests) 2. Providing a quick to set up MongoDB database for a local developer environment

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Mongo2Go</id>
    <version>0.1.4</version>
    <title>Mongo2Go</title>
    <authors>Johannes Hoppe</authors>
    <owners>Johannes Hoppe</owners>
    <projectUrl>http://github.com/JohannesHoppe/Mongo2Go</projectUrl>
    <iconUrl>https://raw.github.com/JohannesHoppe/Mongo2Go/master/src/mongo2go_200_200.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Mongo2Go is a manged wrapper around the latest MongoDB binaries. It targets .NET 3.5 and works in later versions, too.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v2.6.6 (32bit).

Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment</description>
    <summary>MongoDB for integration tests and local debugging</summary>
    <releaseNotes>This package is identical to v0.1.3 but includes the latest stable MongoDB release v2.6.6. Many thanks to Jesse Sweetland for the update!</releaseNotes>
    <language>en-US</language>
    <tags>MongoDB Mongo unit test integration runner</tags>
  </metadata>
</package>