Version 2.0.6

Date 2023-07-19 (417 days ago)
Downloads 7,225 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.6

#changelog">Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see f6e83f5)
    As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see 5644ff3)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

  • Updated the Skybrud.Essentials dependency (see fc856f6)
    Might as well reference the newest version.