Version 3.0.7

Date 2024-03-07 (253 days ago)
Downloads 1,397 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New stable release for Umbraco 10-12. This release will not work with other versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.BlockList --version 3.0.7

NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 3.0.7

#changelog">Changelog

  • Added [IgnoreDataMember] attribute to the IsSinglePicker property (see 665b4a7)
    The property only has a getter and the return value is based on the ValidationLimit.Max property from the parent BlockListConfiguration class. As this is an auto-property we it shouldn't be serialized.