Version 1.0.1

Date 2022-11-21 (725 days ago)
Downloads 2,774 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

#installation">Installation

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

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

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.1

#changelog">Changelog

  • Added upper bound for Umbraco dependencies (see aace4ad)
    This branch currently only supports Umbraco 10 and 11, so the version restriction now reflects this.

  • Enabled support for nullable reference types (see 6548e3b)