Skip to content

Commit

Permalink
Merge #265
Browse files Browse the repository at this point in the history
265: Update version for the next release (v0.10.2) r=brunoocasali a=brunoocasali

This version makes this package compatible with Meilisearch v0.27.0 πŸŽ‰ 
Check out the changelog of [Meilisearch v0.27.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0) for more information about the changes.

## πŸš€ Enhancements

- Add new methods for the new typo tolerance settings (#263) `@brunoocasali`
`GetTypoToleranceAsync()` 
`UpdateTypoToleranceAsync(TypoTolerance typoTolerance)`  
`ResetTypoTolerance()`  
- Ensure nested field support (#260) `@brunoocasali` 
- Add new search parameters `highlightPreTag`, `highlightPostTag` and `cropMarker` (#258) `@brunoocasali` 

Co-authored-by: Bruno Casali <[email protected]>
  • Loading branch information
bors[bot] and brunoocasali authored May 18, 2022
2 parents 5f3602e + f68a090 commit 20d56e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meilisearch/Meilisearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<PackageId>MeiliSearch</PackageId>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
<Description>.NET wrapper for Meilisearch, an open-source search engine</Description>
<RepositoryUrl>https://github.com/meilisearch/meilisearch-dotnet</RepositoryUrl>
<PackageTags>meilisearch;dotnet;sdk;search-engine;search;instant-search</PackageTags>
Expand Down

0 comments on commit 20d56e3

Please sign in to comment.