Skip to content

v1.0.0

Compare
Choose a tag to compare
@abjerner abjerner released this 28 Nov 13:40
· 44 commits to v2/main since this release

First stable release for Umbraco 9. This will not work with other version of Umbraco.

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 1.0.0

Changelog

  • Added upper bound for Umbraco dependencies (see 180b57f)
    The v1 releases specifically targets Umbraco 9, so now the Umbraco dependencies of the NuGet package correctly indicate that the release doesn't work with newer versions of Umbraco.

  • Updated the Skybrud.Essentials dependency (see 7808fcd)