Version 1.0.0-alpha005

Alpha
Date 2022-04-19 (763 days ago)
Downloads 899 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release 🎉

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.YouTube --version 1.0.0-alpha005

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 1.0.0-alpha005

#changelog">Changelog

  • Fixed 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.