Version 2.0.2

Date 2022-09-19 (788 days ago)
Downloads 1,448 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10

New release for Umbraco 10 🎉

#installation">Installation

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

dotnet add package Limbo.Umbraco.Video --version 2.0.2

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.2

#changelog">Changelog

  • Marking relevant properties as nullable (see 4b01068)
    Certain reference type properties where the value may be null has now been marked as nullable.

  • IVideoValue.Video property bas been renamed to IVideoValue.Details (see e91addd)
    The new name better describes the purpose of the property - and also fits better with values like TwentThree spots, YouTube shorts etc.