Skip to content

v2.0.2

Compare
Choose a tag to compare
@abjerner abjerner released this 19 Sep 09:23
· 26 commits to v2/main since this release

New release for Umbraco 10 🎉

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

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