Version 2.0.3

Date 2022-11-28 (650 days ago)
Downloads 1,618 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New release for Umbraco 10 and 11 🎉

#installation">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">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.