uMigrate 0.12.0
See the version list below for details.
dotnet add package uMigrate --version 0.12.0
NuGet\Install-Package uMigrate -Version 0.12.0
<PackageReference Include="uMigrate" Version="0.12.0" />
paket add uMigrate --version 0.12.0
#r "nuget: uMigrate, 0.12.0"
// Install uMigrate as a Cake Addin #addin nuget:?package=uMigrate&version=0.12.0 // Install uMigrate as a Cake Tool #tool nuget:?package=uMigrate&version=0.12.0
Migration framework for Umbraco (Core+UI).
Product | Versions 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. |
-
- JetBrains.Annotations (>= 7.0.0)
- UmbracoCms.Core (>= 7.1.4)
- uMigrate.Core (>= 0.12.0)
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,643 | 3/14/2017 |
0.15.2 | 1,026 | 1/26/2017 |
0.15.1 | 1,124 | 7/3/2016 |
0.15.0 | 1,054 | 6/28/2016 |
0.15.0-pre-1 | 877 | 6/21/2016 |
0.14.2 | 1,293 | 6/9/2016 |
0.14.1-pre-1 | 940 | 4/29/2016 |
0.14.0 | 1,249 | 3/8/2016 |
0.13.1 | 1,094 | 1/26/2016 |
0.13.0 | 2,798 | 10/10/2015 |
0.12.2 | 1,222 | 9/29/2015 |
0.12.1 | 1,202 | 9/25/2015 |
0.12.0 | 1,467 | 8/6/2015 |
0.11.2 | 1,226 | 7/27/2015 |
0.11.1 | 1,148 | 7/19/2015 |
0.11.0-wip | 976 | 7/18/2015 |
0.10.0-pre-1 | 973 | 7/18/2015 |
0.9.4 | 1,128 | 7/14/2015 |
0.9.3 | 1,235 | 4/7/2015 |
0.9.2 | 1,192 | 3/18/2015 |
0.9.1 | 1,218 | 1/22/2015 |
0.9.0 | 1,497 | 12/18/2014 |
0.8.9 | 1,380 | 12/8/2014 |
0.8.8 | 1,250 | 11/28/2014 |
0.8.7 | 1,241 | 11/27/2014 |
0.8.6 | 1,862 | 11/10/2014 |
0.8.5 | 2,203 | 11/3/2014 |
0.8.4 | 1,702 | 11/3/2014 |
0.8.3 | 1,226 | 10/8/2014 |
0.7.0 | 1,196 | 10/6/2014 |
0.6.13 | 1,211 | 9/28/2014 |
0.6.12 | 1,196 | 9/26/2014 |
0.6.10 | 1,147 | 9/26/2014 |
0.6.9 | 1,361 | 9/26/2014 |
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).