Version 1.0.13

Date 2025-05-06 (10 days ago)
Downloads 131 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6 .NET 7 .NET 8

#installation">Installation

Via NuGet:

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

or:

Install-Package Limbo.Umbraco.MigrationsClient -Version 1.0.13

#changelog">Changelog

  • Added support for some additional properties for data types and content types (see 6928ad7)
  • Typo in MigrationsParseExcetion class name (see d29cb65)
  • Improved the extension methods for getting element item(s) (see aed9d44)
  • Added IsDescendant and IsDescendantOrSelf extension methods (see 2361ecb)