Pure.Migrations.Core 1.0.1

dotnet add package Pure.Migrations.Core --version 1.0.1
NuGet\Install-Package Pure.Migrations.Core -Version 1.0.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="Pure.Migrations.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pure.Migrations.Core --version 1.0.1
#r "nuget: Pure.Migrations.Core, 1.0.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.
// Install Pure.Migrations.Core as a Cake Addin
#addin nuget:?package=Pure.Migrations.Core&version=1.0.1

// Install Pure.Migrations.Core as a Cake Tool
#tool nuget:?package=Pure.Migrations.Core&version=1.0.1

Provides set of powershell cmd-lets which allow you to generate incremental scripts and update/revert database. It is inspired by EntityFramework approach.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Pure.Migrations.Core:

Package Downloads
Pure.Migrations.SqlServer

Provides SqlServer driver for Pure.Migrations engine.

Pure.Migrations.MySql

Provides MySql driver for Pure.Migrations engine.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 2,093 1/7/2016
1.0.0 1,478 1/5/2016

Added support for more versions of .net framework.