Skip to content

v13.0.2

Choose a tag to compare

@abjerner abjerner released this 16 Oct 13:11
· 5 commits to v13/main since this release

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.2

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.2

Changelog

  • Property value index factory shouldn't write to the console (see 9cdf258)

  • Updated the Skybrud.Essentials dependency (see dcb511c)