Version 10.0.0-alpha003

Alpha
Date 2024-02-09 (280 days ago)
Downloads 55 downloads
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-alpha003

or the NuGet package manager:

Install-Package Limbo.Umbraco.FilterList -Version 10.0.0-alpha003

#changelog">Changelog

  • Added [HttpGet] attributes to endpoint methods to make Swagger/Swashbuckle happy (see 96d07ae)
    This prevents Swashbuckle for throwing the Ambiguous HTTP method for action error.