We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28fe30c + 67bdc37 commit 18c05cbCopy full SHA for 18c05cb
docs/integrations/language-clients/csharp.md
@@ -13,6 +13,10 @@ The official C# client for connecting to ClickHouse.
13
The client source code is available in the [GitHub repository](https://github.com/ClickHouse/clickhouse-cs).
14
Originally developed by [Oleg V. Kozlyuk](https://github.com/DarkWanderer).
15
16
+## Migration guide {#migration-guide}
17
+1. Update `.csproj` with `ClickHouse.Driver` name and [the latest version of the package](https://www.nuget.org/packages/ClickHouse.Driver).
18
+2. Update your code to use the new `ClickHouse.Driver` namespace and classes.
19
+
20
## Supported .NET Versions {#supported-net-versions}
21
22
`ClickHouse.Driver` supports the following .NET versions:
0 commit comments