Version 1.0.0-alpha005

Alpha
Date 2023-09-20 (422 days ago)
Downloads 429 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

#installation">Installation

Via NuGet:

dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha005

or:

Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha005

#changelog">Changelog

  • Added generic version of the BlockListSettingsData class (see ae2fdc7)
    The BlockListSettingsData class now has a generic version which allows the generic type to be of type PublishedElementModel. This gives developers a few extra options - eg. calling settings.SetValue(x => x.MyProperty, "Hello there!") where settings is of BlockListSettingsData<MyModel>.

  • Added owner property to the IPropertyConverter.IsConverter method (see 61a1c21)
    This should give converters a bit more control - eg. checking for a specific content type.

  • Updated NuGet dependencies (see 9dd205e)
    Both the Limbo.Umbraco.MigrationsClient and Skybrud.Essentials dependencies were updated to the newest versions.