Skip to content

Commit

Permalink
Merge pull request #7 from ndudnicz/v0.0.8
Browse files Browse the repository at this point in the history
V0.0.8
  • Loading branch information
ndudnicz committed Jun 5, 2020
2 parents baab2a3 + 6475836 commit 1ec4f26
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.7
dotnet add package MeilisearchDotnet --version 0.0.8
```
[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.7</Version>
<Version>0.0.8</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 1ec4f26

Please sign in to comment.