Trappings by Tim Kellogg

<PackageReference Include="Trappings" Version="0.3.0" />

 Trappings 0.3.0

Test fixtures for .NET and MongoDB to make integration testin a little easier.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Trappings</id>
    <version>0.3.0</version>
    <authors>Tim Kellogg</authors>
    <owners>Tim Kellogg</owners>
    <licenseUrl>https://github.com/tkellogg/Trappings/blob/master/License.md</licenseUrl>
    <projectUrl>https://github.com/tkellogg/Trappings</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Test fixtures for .NET and MongoDB to make integration testin a little easier.</description>
    <copyright>Copyright Tim Kellogg 2012</copyright>
    <tags>mongodb mongo test testing TDD integration-test</tags>
    <dependencies>
      <dependency id="mongocsharpdriver" version="1.4" />
    </dependencies>
  </metadata>
</package>