Skip to content

limbo-works/Limbo.Umbraco.MigrationsClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limbo Migrations Client

GitHub license NuGet NuGet

Limbo.Umbraco.MigrationsClient is a .NET API wrapper for our Limbo.Umbraco.MigrationsApi package. It may be used on it's own, or together with Limbo.Umbraco.Migrations.

License: MIT License
Target Framework: .NET 6 + .NET 7 + .NET 8



Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MigrationsClient --version 1.0.8

or the Nuget package manager:

Install-Package Limbo.Umbraco.MigrationsClient -Version 1.0.8