From aa2cd2e8d22dbb462d7553f6d9af62e7da3bf31d Mon Sep 17 00:00:00 2001 From: Nicolas DUDNICZENKO Date: Fri, 5 Jun 2020 00:33:25 +0200 Subject: [PATCH 1/2] Update meilisearch-dotnet.csproj --- src/MeilisearchDotnet/meilisearch-dotnet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MeilisearchDotnet/meilisearch-dotnet.csproj b/src/MeilisearchDotnet/meilisearch-dotnet.csproj index e04481b..d63bcf1 100644 --- a/src/MeilisearchDotnet/meilisearch-dotnet.csproj +++ b/src/MeilisearchDotnet/meilisearch-dotnet.csproj @@ -5,7 +5,7 @@ Library meilisearch-dotnet MeilisearchDotnet - 0.0.6-preview1 + 0.0.7 ndudnicz MeiliSearchDotnet is a client for MeiliSearch written in .NET standard 2.0. MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box. From 28bde60a9cbee9d11e91735469c1841d6d50e9dc Mon Sep 17 00:00:00 2001 From: Nicolas DUDNICZENKO Date: Fri, 5 Jun 2020 00:34:02 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d82ab24..2e9be29 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ## 🔧 Installation It's available as NuGet package : ```bash -dotnet add package MeilisearchDotnet --version 0.0.5 +dotnet add package MeilisearchDotnet --version 0.0.7 ``` [https://www.nuget.org/packages/MeilisearchDotnet](https://www.nuget.org/packages/MeilisearchDotnet)