| Date | 2023-09-20 (815 days ago) |
|---|---|
| Downloads | 1,659 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.5or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.5Introduced new IMntpTypeConverter interface (see e3dc58b)
This interface and the underlying logic gives a bit of extra options compared to the existing IMntpItemConverter - eg. the option for converting the entire list of selected item opposed to each item individually. The IMntpItemConverter interface and the logic around is kept for legacy support, so we don't break anything.
Updated the Skybrud.Essentials dependency (see dda9c45)
Might as well reference the newest version.