Date | 2025-05-14 (2 days ago) |
---|---|
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.
#installation
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.1
or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.1
#changelog
">ChangelogUpdated 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
.