Date | 2023-06-27 (507 days ago) |
---|---|
Downloads | 638 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 |
New release for Umbraco 10+. This release will not work on older versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.MediaPicker --version 1.0.1
Package Manager:
Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.1
#changelog
">ChangelogFixed value type bug when using a type converter (see cdae2dd
)
If configured to allow multiple items, value type should be IReadOnlyList<T>
instead of just T
.
Moved upper bound for Umbraco dependencies to allow using the package with Umbraco 11 (see ed16317
)
Package also works with Umbraco 11, so bounds for the Umbraco dependencies should reflect this.