DataUp 2.1.1
dotnet add package DataUp --version 2.1.1
NuGet\Install-Package DataUp -Version 2.1.1
<PackageReference Include="DataUp" Version="2.1.1" />
paket add DataUp --version 2.1.1
#r "nuget: DataUp, 2.1.1"
// Install DataUp as a Cake Addin #addin nuget:?package=DataUp&version=2.1.1 // Install DataUp as a Cake Tool #tool nuget:?package=DataUp&version=2.1.1
DataUp makes data migration tasks safe and easy. Just build your application's data revisions as .NET classes
then let DataUp to execute them if needed (if a revision has not executed yet).
For details: https://juanonsoftware.github.io/DataUp/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- EntityFramework (>= 6.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2.1.1
- Use a connection string named DataUp
Version 2.1.0
- Initialize with multiple tags. When specifying a tag, handle with no tag or contains exact tag will be selected.
Version 2.0.1
- Fix searching handlers that have executed.