Date | 2023-06-29 (505 days ago) |
---|---|
Downloads | 1,584 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.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
">ChangelogValueSetExtensions.Set
extension method (see eab8cc5
)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.