Experiment.Xunit 0.19.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Experiment.Xunit --version 0.19.0
NuGet\Install-Package Experiment.Xunit -Version 0.19.0
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="Experiment.Xunit" Version="0.19.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Experiment.Xunit --version 0.19.0
#r "nuget: Experiment.Xunit, 0.19.0"
#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 Experiment.Xunit as a Cake Addin
#addin nuget:?package=Experiment.Xunit&version=0.19.0

// Install Experiment.Xunit as a Cake Tool
#tool nuget:?package=Experiment.Xunit&version=0.19.0

Experiment is a base library to support parameterized tests with auto data.

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
3.0.2 1,286 4/13/2016
3.0.1 1,302 5/1/2015
3.0.0 1,464 2/13/2015
2.1.5 1,310 11/24/2014
2.1.4 1,248 11/24/2014
2.1.3 1,586 11/15/2014
2.1.2 1,556 11/15/2014
2.1.1 1,084 10/22/2014
2.1.0 1,122 10/16/2014
2.0.3 1,058 10/11/2014
2.0.2 1,080 10/11/2014
2.0.1 1,101 10/10/2014
2.0.0 1,097 10/1/2014
1.6.1 1,190 10/1/2014
1.6.0 1,112 9/14/2014
1.5.4 1,118 9/14/2014
1.5.3 1,105 9/14/2014
1.5.1 1,101 9/14/2014
1.5.0 1,142 9/13/2014
1.4.1 1,092 9/6/2014
1.4.0 1,131 9/5/2014
1.3.2 1,133 9/5/2014
1.3.1 1,111 9/5/2014
1.3.0 1,098 9/4/2014
1.2.0 1,139 9/4/2014
1.1.0 1,061 9/2/2014
1.0.1 1,174 8/8/2014
1.0.0 1,086 8/4/2014
0.25.0 1,133 7/4/2014
0.24.1 1,144 6/26/2014
0.24.0 1,173 6/18/2014
0.23.9 1,133 6/18/2014
0.23.8 1,118 6/12/2014
0.23.7 1,122 6/11/2014
0.23.6 1,120 6/11/2014
0.23.5 1,133 6/10/2014
0.23.4 1,123 6/9/2014
0.23.3 1,141 6/9/2014
0.23.2 1,091 6/7/2014
0.23.1 1,097 6/7/2014
0.23.0 1,074 6/6/2014
0.22.4 1,097 5/26/2014
0.22.3 1,108 5/25/2014
0.22.2 1,134 5/23/2014
0.22.1 1,150 5/23/2014
0.22.0 1,086 5/22/2014
0.21.1 1,103 5/21/2014
0.21.0 1,082 5/20/2014
0.20.0 1,127 5/20/2014
0.19.1 1,091 5/16/2014
0.19.0 1,112 5/15/2014

Version 0.19.0

- [NEW] Declaration of test fixture factory using attribute
 Introduces the new model to create test fixture. Using the
 TestFixtureFactoryType attribute, a type of ITestFixtureFactory can be
 defined and will be used to create a factory for test fixture.

- [FIX] Renames the test attributes. (BREAKING CHANGE)
 TheoremAttriute -> ExamAttribute
 FirstClassTheoremAttriute -> FirstClassExamAttribute

- [FIX] Splits the Experiment project to Experiment and Experiment.Xunit
 projects. (BREAKING CHANGE)

- [NEW] Rearrages nuget packages to reflect the splited projects.
 (BREAKING CHANGE)
 Publishes the new package 'Experiment.Xunit', and deletes the packages
 'Experiment.AutoFixtureWithExample' and 'Experiment'.