| Date | 2022-04-19 (1,296 days ago) |
|---|---|
| Downloads | 1,037 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 |
| Umbraco Versions | Umbraco 9 |
New alpha release 🎉
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.YouTube --version 1.0.0-alpha005or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.YouTube -Version 1.0.0-alpha005Fixed incorrect URL to Angular controller (see ae57dbd)
The C# manifest filter specified an incorrect URL to the Video.js controller file.
Updated Limbo.Umbraco.Video dependency (see fd6ab1a)
The targets file of Limbo.Umbraco.Video is now placed in the buildTransitive folder instead of build, ensuring the assets are also restored in the consuming project.