Oxygenize 1.0.7

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

// Install Oxygenize as a Cake Tool
#tool nuget:?package=Oxygenize&version=1.0.7

Oxygenize is a small library, that helps you populate data to your POCOs. It takes type you want to be generated as a parameter and - depending on the selected generation strategy - either tries to generate totally random or fully customized data. It returns strongly typed object so no additional casts are required.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.0.1 7,031 4/4/2016
2.0.0 1,404 12/18/2015
1.0.7 1,495 9/1/2015

- Fixed bug when one wanted to use MixedGenerationStrategy and tried to manually set not registered type