v2.0.3
New release for Umbraco 10 and 11 🎉
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Video --version 2.0.3
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 2.0.3
Changelog
-
Added new
Provider
property to theIVideoValue
interface (see bb20a37)
TheIVideoValue
now exposes aIVideoProvider
instance via the newProvider
property with a bit of information about the video provider. -
Added upper bound for Umbraco dependencies (see a0085d8)
The v1 releases specifically target Umbraco 10 and 11, so now the Umbraco dependencies of the NuGet package correctly reflect this.