Skip to content

v2.0.3

Compare
Choose a tag to compare
@abjerner abjerner released this 28 Nov 14:04
· 21 commits to v2/main since this release

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 the IVideoValue interface (see bb20a37)
    The IVideoValue now exposes a IVideoProvider instance via the new Provider 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.