uMigrate.Core 0.15.0

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

// Install uMigrate.Core as a Cake Tool
#tool nuget:?package=uMigrate.Core&version=0.15.0

Migration framework for Umbraco (Core).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on uMigrate.Core:

Package Downloads
uMigrate

Migration framework for Umbraco (Core+UI).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.15.3 1,716 3/14/2017
0.15.2 1,170 1/26/2017
0.15.1 1,291 7/3/2016
0.15.0 1,174 6/28/2016
0.15.0-pre-1 884 6/21/2016
0.14.2 1,435 6/9/2016
0.14.1-pre-1 945 4/29/2016
0.14.0 1,354 3/8/2016
0.13.1 1,243 1/26/2016
0.13.0 2,965 10/10/2015
0.12.2 1,381 9/29/2015
0.12.1 1,325 9/25/2015
0.12.0 1,554 8/6/2015
0.11.2 1,299 7/27/2015
0.11.1 1,230 7/19/2015
0.11.0-wip 979 7/18/2015
0.10.0-pre-1 962 7/18/2015
0.9.4 1,261 7/14/2015
0.9.3 1,338 4/7/2015
0.9.2 1,215 3/18/2015
0.9.1 1,322 1/22/2015
0.9.0 1,624 12/18/2014
0.8.9 1,490 12/8/2014
0.8.8 1,318 11/28/2014
0.8.7 1,400 11/27/2014
0.8.6 1,952 11/10/2014
0.8.5 2,354 11/3/2014
0.8.4 1,800 11/3/2014
0.8.3 1,303 10/8/2014
0.7.0 1,305 10/6/2014
0.6.13 1,325 9/28/2014
0.6.12 1,328 9/26/2014
0.6.10 1,293 9/26/2014

0.15.0
       * Added a way to customize Save and Publish for content changes.
       * Changed most Add* methods to take name as the second argument.
       * Added fluent setup method to ContentType.AddChild.
       * Corrected SetParent not adding parent to compositions.
     0.14.2 Improved handling of ReflectionTypeLoadException during migration discovery.
     0.14.1 Added template name update support to Template.Add.
     0.14.0 Added Macros fluent interface: Add, Change and Delete.
     0.13.0
       * Added uMigrate:Enabled app setting to disable uMigrate if needed.
       * Added ContentType.Parent, ContentType.SetParent, Template(alias), DataType.Change.
       * Added more context to ChangeAllPropertyValues.
     0.12.2 Updated JetBrains.Annotations dependency (note that its public key changed).
     0.12.1 Fixed edge case bug where it was not possible to manually resave migration records.
     0.12.0 Added Packages.Install to install Umbraco packages during a migration (experimental). No Unistall yet.
     0.11.2 Fixed bug where data changes caused unnecessary logging.
     0.11.1 Added a workaround for moving property to a default group.
     0.11.0 Added ContentType.Delete, DataType.SetPropertyAlias and ContentType.SortProperties(list) to fluent API.
     0.10.0 Support for other database engines (where supported by Umbraco), e.g. SQL CE.
     0.9.4  Fixed issue where children added by AddChild didn't have inherited properties (thanks @Myster).