| Date | 2022-11-29 (1,110 days ago) |
|---|---|
| Downloads | 427 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 |
| Umbraco Versions | Umbraco 9 |
First stable release for Umbraco 9. This release will not work with other versions of Umbraco.
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.YouTube --version 1.0.0or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.YouTube -Version 1.0.0Added upper bound for Umbraco dependencies (see 011de81)
The v1 releases specifically targets Umbraco 9, so now this is reflected in the NuGet dependencies.
Fixing a few UI bugs in the property editors (see 89b683d)
The property editor had a few minor bugs, which now has been fixed.
Updated Skybrud and Limbo dependencies (see 0c07178)
Among other things, this ensures that we're no longer using pre-release versions of our Skybrud and Limbo dependencies.