Version 3.0.4

Date 2023-08-19 (454 days ago)
Downloads 1,625 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, 11 and 12 🎉

#installation">Installation

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

dotnet add package Limbo.Umbraco.Boolean --version 3.0.4

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Boolean -Version 3.0.4

#changelog">Changelog

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see 7f68a08)
    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.