Skip to content

Commit 95e4149

Browse files
algolia-botrenovate[bot]millotp
authoredOct 15, 2024··
chore(deps): dependencies 2024-10-14 (#3944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 8e9f969 commit 95e4149

File tree

47 files changed

+198
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+198
-210
lines changed
 

‎clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
41-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
40+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
41+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
4242
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4343
</ItemGroup>
4444

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.402",
3+
"version": "8.0.403",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.