Skip to content

Commit

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

This version makes this package compatible with Meilisearch v1.0.0 🎉
Check out the changelog of [Meilisearch v1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes(#383).

## 🚀 Enhancements

- Key class has been changed; all the `Key` fields were available in the structure, but some of them aren't needed when creating a Key.
    - `createdAt` has been `JsonIgnore`
    - `updatedAt` has been `JsonIgnore`
    - `key` has been `JsonIgnore`

Thanks again to `@alallema,`  `@brunoocasali` and `@juchom` ! 🎉

Co-authored-by: alallema <[email protected]>
Co-authored-by: Amélie <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2023
2 parents aaef4c4 + 7d660b1 commit d27e1d2
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.13.0</Version>
<Version>0.13.1</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 d27e1d2

Please sign in to comment.