Wivuu.DataSeed 1.0.13

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

DataSeed helps you manage the data that gets pre-filled in your database when using EntityFramework's code-first model.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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
1.0.19 1,711 10/2/2019 1.0.19 is deprecated because it is no longer maintained.
1.0.18 666 10/1/2019
1.0.17 1,665 10/25/2016
1.0.16 1,403 10/18/2016
1.0.15 1,381 10/14/2016
1.0.14 1,347 10/13/2016
1.0.13 1,350 10/12/2016
1.0.11 1,250 4/19/2016
1.0.8 2,265 9/12/2015
1.0.6 2,164 8/14/2015
1.0.2 1,412 8/12/2015
0.2.1-beta 1,602 8/1/2015
0.2.0-beta 1,676 7/29/2015
0.1.0-beta 1,032 6/20/2015

- Updated seed mechanism, DbContext no longer needs to extend SeededDbContext, which has been deprecated.
- 'View' creation system for creating queries of readonly objects