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
">InstallationInstall 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
">ChangelogAdded 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
)
v1.0.1
➡️ v1.0.1
)v1.1.58
➡️ v1.1.60
)v10.0.1
➡️ v10.0.2
)