Version 1.0.0

Date 2022-11-28 (650 days ago)
Downloads 620 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

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

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