Version 13.0.3

Date 2025-12-01 (288 days ago)
Downloads 1,599 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.3

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.3

Changelog

  • Added new CacheLevel option to MntpConfiguration (see 567631d)

  • Added misc functionality for configuring tree sources programmatically (see 96593d2)

  • Updated the Skybrud.Essentials dependency (see a39f70f)