Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.49 KB

Limbo Migrations

GitHub license NuGet NuGet

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



Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.Migrations --version 13.0.0-alpha003

or the Nuget package manager:

Install-Package Limbo.Umbraco.Migrations -Version 13.0.0-alpha003