uMigrate.Core
0.13.1
See the version list below for details.
dotnet add package uMigrate.Core --version 0.13.1
NuGet\Install-Package uMigrate.Core -Version 0.13.1
<PackageReference Include="uMigrate.Core" Version="0.13.1" />
paket add uMigrate.Core --version 0.13.1
#r "nuget: uMigrate.Core, 0.13.1"
// Install uMigrate.Core as a Cake Addin #addin nuget:?package=uMigrate.Core&version=0.13.1 // Install uMigrate.Core as a Cake Tool #tool nuget:?package=uMigrate.Core&version=0.13.1
Migration framework for Umbraco (Core).
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. |
-
- Argument (>= 1.0.2)
- JetBrains.Annotations (>= 9.2.0)
- UmbracoCms.Core (>= 7.1.4)
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,867 | 3/14/2017 |
0.15.2 | 1,215 | 1/26/2017 |
0.15.1 | 1,338 | 7/3/2016 |
0.15.0 | 1,226 | 6/28/2016 |
0.15.0-pre-1 | 926 | 6/21/2016 |
0.14.2 | 1,485 | 6/9/2016 |
0.14.1-pre-1 | 998 | 4/29/2016 |
0.14.0 | 1,415 | 3/8/2016 |
0.13.1 | 1,291 | 1/26/2016 |
0.13.0 | 3,093 | 10/10/2015 |
0.12.2 | 1,429 | 9/29/2015 |
0.12.1 | 1,375 | 9/25/2015 |
0.12.0 | 1,606 | 8/6/2015 |
0.11.2 | 1,344 | 7/27/2015 |
0.11.1 | 1,279 | 7/19/2015 |
0.11.0-wip | 1,024 | 7/18/2015 |
0.10.0-pre-1 | 1,004 | 7/18/2015 |
0.9.4 | 1,308 | 7/14/2015 |
0.9.3 | 1,389 | 4/7/2015 |
0.9.2 | 1,275 | 3/18/2015 |
0.9.1 | 1,373 | 1/22/2015 |
0.9.0 | 1,691 | 12/18/2014 |
0.8.9 | 1,546 | 12/8/2014 |
0.8.8 | 1,368 | 11/28/2014 |
0.8.7 | 1,444 | 11/27/2014 |
0.8.6 | 2,000 | 11/10/2014 |
0.8.5 | 2,416 | 11/3/2014 |
0.8.4 | 1,853 | 11/3/2014 |
0.8.3 | 1,355 | 10/8/2014 |
0.7.0 | 1,356 | 10/6/2014 |
0.6.13 | 1,370 | 9/28/2014 |
0.6.12 | 1,383 | 9/26/2014 |
0.6.10 | 1,340 | 9/26/2014 |
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).