Version 13.0.4

Date 2026-02-24 (203 days ago)
Downloads 2,012 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.

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.4

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.4

Changelog

  • Fixed issue property value converter and null items (see cfb58fb)
    The underlying item converter may return null (e.g. if some validation or similar fails), so the property value converter must call .WhereNotNull() to avoid null items being returned by properties.