DataUp 2.1.0

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

// Install DataUp as a Cake Tool
#tool nuget:?package=DataUp&version=2.1.0

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 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.

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.1.1 1,216 3/9/2016
2.1.0 1,028 12/25/2015
2.0.1 950 12/24/2015
2.0.0 1,060 11/12/2015
1.0.0 1,453 11/10/2015

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.