Version 10.0.0

Date 2025-08-12 (17 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

#installation">Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.FilterList --version 10.0.0

or the NuGet package manager:

Install-Package Limbo.Umbraco.FilterList -Version 10.0.0

#changelog">Changelog

  • Added FilterListSearchOptions constructor overload (see 755a98c)
    Sometimes it makes sense to clone a FilterListSearchOptions instance, so the new constructor overload supports creating a FilterListSearchOptions from another FilterListSearchOptions.

  • Updated misc Limbo/Skybrud dependencies (see 0bd3e8d)

    • Limbo.Forms (v1.0.1 ➡️ v1.0.1)
    • Skybrud.Essentials (v1.1.58 ➡️ v1.1.60)
    • Skybrud.Essentials.Umbraco (v10.0.1 ➡️ v10.0.2)