v2.0.4
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.4
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.4
Changelog
-
Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 0ee9826)
As Umbraco 12 was released earlier this month, 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 7bf5dcd)
In Umbraco 12, thePackageManifest
clas now has aPackageId
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. -
Fixed
TwentyThreeSettings.Credentials
default value (see 475ec4c)
The default value should be an emptyIReadOnlyList<TwentyThreeCredentials>
instead ofnull
. Otherwise the package will fail in different parts when configuration for the package hasn't been added toappsettings.json
. -
Updated the Limbo.Umbraco.Video dependency (see dd142cf)
Might as well reference the newest version.