uMigrate 0.15.3

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

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

Migration framework for Umbraco (Core+UI).

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

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
0.15.3 1,492 3/14/2017
0.15.2 975 1/26/2017
0.15.1 1,077 7/3/2016
0.15.0 1,006 6/28/2016
0.15.0-pre-1 826 6/21/2016
0.14.2 1,244 6/9/2016
0.14.1-pre-1 899 4/29/2016
0.14.0 1,191 3/8/2016
0.13.1 1,040 1/26/2016
0.13.0 2,680 10/10/2015
0.12.2 1,167 9/29/2015
0.12.1 1,153 9/25/2015
0.12.0 1,419 8/6/2015
0.11.2 1,170 7/27/2015
0.11.1 1,102 7/19/2015
0.11.0-wip 930 7/18/2015
0.10.0-pre-1 927 7/18/2015
0.9.4 1,074 7/14/2015
0.9.3 1,186 4/7/2015
0.9.2 1,140 3/18/2015
0.9.1 1,169 1/22/2015
0.9.0 1,443 12/18/2014
0.8.9 1,326 12/8/2014
0.8.8 1,192 11/28/2014
0.8.7 1,189 11/27/2014
0.8.6 1,808 11/10/2014
0.8.5 2,152 11/3/2014
0.8.4 1,650 11/3/2014
0.8.3 1,174 10/8/2014
0.7.0 1,138 10/6/2014
0.6.13 1,156 9/28/2014
0.6.12 1,148 9/26/2014
0.6.10 1,100 9/26/2014
0.6.9 1,309 9/26/2014

0.15.3 Fixed bug with ChangeAllPropertyValues not changing values of composed properties.
     0.15.2 Fixed bug with AddProperty not calling setup if the property didn't exist.
     0.15.1 Fixed bug with RemovePropertyGroup failing if PropertyGroup does not exist.
     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.
       * 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).