Skip to content

limbo-works/Limbo.Umbraco.Migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-alpha001

or the Nuget package manager:

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