Skip to content

Commit

Permalink
Merge pull request #5 from ndudnicz/v0.0.7
Browse files Browse the repository at this point in the history
v0.0.7
  • Loading branch information
ndudnicz committed Jun 4, 2020
2 parents 169c3b9 + 28bde60 commit 10837cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/MeilisearchDotnet/meilisearch-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputType>Library</OutputType>
<RootNamespace>meilisearch-dotnet</RootNamespace>
<PackageId>MeilisearchDotnet</PackageId>
<Version>0.0.6-preview1</Version>
<Version>0.0.7</Version>
<Authors>ndudnicz</Authors>
<Description>
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.
Expand Down

0 comments on commit 10837cb

Please sign in to comment.