Date | 2023-05-30 (535 days ago) |
---|---|
Downloads | 234 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 |
#installation
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.2
or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.2
#changelog
">ChangelogUpdated the Skybrud.Essentials dependency (see d11c10c
)
The dependency was a number of releases behind, so might as well update to the newest version.
Updated package manifest filter to specify friendly name and allow package telemetry (see be3e126
)
The package's friendly name is now used for the package manifest filter, and Umbraco will now send telemetry about the package to Umbraco HQ.
Fixed type name issue (see 27fcdcc
)
When selecting an item converted in the data type, the name of the type is saved along the other data type options. In previous releases, the type name would include the assembly file. As the file version may change between different releases of an assembly, this isn't ideal, and as such the file version and other information is stripped from the type name.