Mortware 1.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mortware --version 1.5.2
                    
NuGet\Install-Package Mortware -Version 1.5.2
                    
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="Mortware" Version="1.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mortware" Version="1.5.2" />
                    
Directory.Packages.props
<PackageReference Include="Mortware" />
                    
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 Mortware --version 1.5.2
                    
#r "nuget: Mortware, 1.5.2"
                    
#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.
#:package Mortware@1.5.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mortware&version=1.5.2
                    
Install as a Cake Addin
#tool nuget:?package=Mortware&version=1.5.2
                    
Install as a Cake Tool

Provides data generation for names, contact information, strings, dates, colors etc.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.5514.21405 143 2/5/2015
1.5.5514 40 2/5/2015
1.5.5512 43 2/3/2015
1.5.4 40 2/3/2015
1.5.3 40 2/3/2015
1.5.2 39 2/3/2015
1.5.1 40 2/3/2015
1.5.0 41 2/3/2015
1.4.0 82 10/14/2014
1.3.1 72 9/11/2014
1.3.0 76 9/7/2014
1.2.0 79 8/6/2014
1.1.0 67 7/16/2014
1.0.0 61 2/7/2014

1.5.1 - Added WithinRange on DateTimeGenerator
1.5 - Added vehicle generator
1.4 - Changed DateTime generator to be a bit more flexible; Added JobTitle to NameGenerator
1.3.1 - Fixed issue with invalid email addresses being generated
1.3 - Added random organisation name generator
1.2 - Added more names and a Person generator
1.1 - Signed assembly
1.0 - First release