| Date | 2023-06-27 (898 days ago) |
|---|---|
| Downloads | 829 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.
.NET CLI:
dotnet add package Limbo.Umbraco.MediaPicker --version 1.0.1Package Manager:
Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.1Fixed 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.