| Date | 2025-05-23 (166 days ago) |
|---|---|
| Downloads | 428 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 8 |
| Umbraco Versions | Umbraco 13 |
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 13.0.0-alpha006or:
Install-Package Limbo.Umbraco.Migrations -Version 13.0.0-alpha006Added docm to list of known file extensions (see 6f1c0b9)
The docm extension is for Word documents with macros enabled 🙀
Added new constructor overload to the UrlPickerList class (see 8ff622b)
The new constructor allows creating a new UrlPickerList instance from a collection of UrlPickerItem
Added extension method for setting the key of a MigrationsContentModel (see 1527170)
By default, the key of a MigrationsContentModel will be the same as the LegacyContent it was created from, but for a specific scenario, I needed to change the key - so there is now an extension for method so it can be done as part of a method chain.