Version 2.0.0-alpha006

Alpha
Date 2023-06-29 (477 days ago)
Downloads 1,537 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New alpha release for Umbraco 10+ 🎉

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Search --version 2.0.0-alpha006

Package Manager:

Install-Package Limbo.Umbraco.Search -Version 2.0.0-alpha006

#changelog">Changelog

  • Fixed issue in the ValueSetExtensions.Set extension method (see eab8cc5 )
    Too much refactoring - too little testing. I copied a few lines from one of the other method in the class, but didn't test the changes properly. The Set method should use the indexer of the underlying dictionary so that we set the value (and thereby replace any existing value) opposed to try and the value even if there already is an existing value.