DataUp 2.1.1

dotnet add package DataUp --version 2.1.1
                    
NuGet\Install-Package DataUp -Version 2.1.1
                    
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.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataUp" Version="2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="DataUp" />
                    
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 DataUp --version 2.1.1
                    
#r "nuget: DataUp, 2.1.1"
                    
#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=DataUp&version=2.1.1
                    
Install DataUp as a Cake Addin
#tool nuget:?package=DataUp&version=2.1.1
                    
Install DataUp as a Cake Tool

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,352 3/9/2016
2.1.0 1,136 12/25/2015
2.0.1 1,060 12/24/2015
2.0.0 1,174 11/12/2015
1.0.0 1,697 11/10/2015

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.