Skip to content

Commit

Permalink
Merge pull request #77 from MikeAmputer/kravtsov/bump-7-9-1
Browse files Browse the repository at this point in the history
Bump client 7.9.1
  • Loading branch information
MikeAmputer authored Nov 21, 2024
2 parents 823da1b + eebac2d commit c89217e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion examples/Example.Dapper/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
name: clickhouse-facades-example-dapper

services:
Expand Down
1 change: 0 additions & 1 deletion examples/Example.Distributed/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
name: clickhouse-facades-example-distributed

services:
Expand Down
1 change: 0 additions & 1 deletion examples/Example.Keeper/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
name: clickhouse-facades-example-keeper

services:
Expand Down
1 change: 0 additions & 1 deletion examples/Example.Simple/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
name: clickhouse-facades-example-simple

services:
Expand Down
6 changes: 3 additions & 3 deletions src/ClickHouse.Facades.Tests/ClickHouse.Facades.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/ClickHouse.Facades/ClickHouse.Facades.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClickHouse.Client" Version="7.8.2" />
<PackageReference Include="ClickHouse.Client" Version="7.9.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit c89217e

Please sign in to comment.