Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.32 KB

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