| Date | 2023-09-20 (777 days ago) |
|---|---|
| Downloads | 569 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 |
#installation">InstallationVia NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha005or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha005#changelog">ChangelogAdded 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.