Date | 2023-07-11 (493 days ago) |
---|---|
Downloads | 147 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
New release for Umbraco 10+. This release will not work for older versions of Umbraco.
#installation
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.UrlPicker --version 1.0.2
or the NuGet package manager:
Install-Package Limbo.Umbraco.UrlPicker -Version 1.0.2
#changelog
">ChangelogAdded missing static web assets (see 6dbf331
)
Unfortunately I had tested the package in a solution where the assets were added manually to the project, and didn't spot that they were missing in the repo and the NuGet package.
Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 4402ee2
)
As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.