Experiment.AutoFixture by Jin-Wook Chung

<PackageReference Include="Experiment.AutoFixture" Version="0.15.1" />

 Experiment.AutoFixture 0.15.1

Experiment.AutoFixture supports parameterized tests with auto data using AutoFixture library.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Experiment.AutoFixture</id>
    <version>0.15.1</version>
    <title>Experiment.AutoFixture</title>
    <authors>Jin-Wook Chung</authors>
    <owners>Jin-Wook Chung</owners>
    <licenseUrl>https://raw.github.com/jwChung/Experimentalism/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/jwChung/Experimentalism</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Experiment.AutoFixture supports parameterized tests with auto data using AutoFixture library.</description>
    <releaseNotes>Version 0.15.1

- [FIX] Improves performance for creating test commands in
  `BaseFirstClassTheoremAttribute`.

- [FIX] Fixes an exception thrown when creating test data in
  `BaseTheoremAttribute`.</releaseNotes>
    <tags>unit-testing tdd xunit</tags>
    <dependencies>
      <dependency id="Experiment" version="0.15.1" />
      <dependency id="AutoFixture" version="3.0.1" />
    </dependencies>
  </metadata>
</package>