| Date | 2025-05-14 (211 days ago) |
|---|---|
| Downloads | 1,446 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 8 |
| Umbraco Versions | Umbraco 13 |
New release for Umbraco 13. This release will not work with other versions of Umbraco.
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.1or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.1Updated the Skybrud.Essentials dependency (see da70751)
More legacy functionality, which will eventually be removed in v1.2.0, has now been marked as obsolete in v1.1.59, making it a good idea to update the dependency.
Introduced new IMntpConverter interface to be shared between IMntpItemConverter and IMntpTypeConverter (see abb8d6f)
The new interface can be used as a generic type constraint that matches both IMntpItemConverter and IMntpTypeConverter.