Limbo.Umbraco.Migrations is an Umbraco package for migrating content and media from an Umbraco 7 site into a new Umbraco 13 site. It works in tandem with our Limbo.Umbraco.MigrationsApi and Limbo.Umbraco.MigrationsClient packages.
License: | MIT License |
Target Framework: | .NET 8 |
Umbraco: | Umbraco 13 |
Install via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.Migrations --version 13.0.0-alpha001
or the Nuget package manager:
Install-Package Limbo.Umbraco.Migrations -Version 13.0.0-alpha001