Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ClickHouse.Driver/ClickHouse.Driver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageTags>clickhouse;click;house;database;ado;ado.net;http;client</PackageTags>
<Authors>ClickHouse</Authors>
<Description>Fast binary-over-HTTP ADO.NET provider for ClickHouse</Description>
<Description>Official .NET driver for ClickHouse with high-performance binary transport</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.nuget.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
Loading