Skip to content

Commit 1feea8e

Browse files
authored
Merge branch 'main' into federated-multisearch
2 parents 8ece4e4 + bda7155 commit 1feea8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ With the `uid`, you can check the status (`enqueued`, `canceled`, `processing`,
117117
#### Basic Search <!-- omit in toc -->
118118

119119
```c#
120-
# Meilisearch is typo-tolerant:
120+
//Meilisearch is typo-tolerant:
121121
SearchResult<Movie> movies = await index.SearchAsync<Movie>("philadalphia");
122122
foreach(var prop in movies.Hits) {
123123
Console.WriteLine (prop.Title);

src/Meilisearch/Meilisearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<InvariantGlobalization>true</InvariantGlobalization>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
25+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
2626
<PackageReference Include="System.Net.Http.Json" Version="6.0.2" />
2727
</ItemGroup>
2828

tests/Meilisearch.Tests/Meilisearch.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="xunit" Version="2.7.0" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)