SeedPacket 0.9.5

dotnet add package SeedPacket --version 0.9.5
                    
NuGet\Install-Package SeedPacket -Version 0.9.5
                    
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="SeedPacket" Version="0.9.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeedPacket" Version="0.9.5" />
                    
Directory.Packages.props
<PackageReference Include="SeedPacket" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SeedPacket --version 0.9.5
                    
#r "nuget: SeedPacket, 0.9.5"
                    
#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.
#addin nuget:?package=SeedPacket&version=0.9.5
                    
Install SeedPacket as a Cake Addin
#tool nuget:?package=SeedPacket&version=0.9.5
                    
Install SeedPacket as a Cake Tool

SeedPacket adds a .seed() onto IEnumerable so that you create a list of elements as easily as:  var mylist = new List<Item>().Seed(). A simple rules engine keys off the property names of the item so that a data is appropriate to the type. Ie - email properties will be filled with valid emails. Rules are simple to create and modify.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.5 134 2/3/2015
0.9.2 54 1/25/2015
0.9.1 45 1/24/2015

.9 Beta release