Skip to content

Commit 67bdc37

Browse files
committed
add a migration guide
1 parent 28fe30c commit 67bdc37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/integrations/language-clients/csharp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The official C# client for connecting to ClickHouse.
1313
The client source code is available in the [GitHub repository](https://github.com/ClickHouse/clickhouse-cs).
1414
Originally developed by [Oleg V. Kozlyuk](https://github.com/DarkWanderer).
1515

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+
1620
## Supported .NET Versions {#supported-net-versions}
1721

1822
`ClickHouse.Driver` supports the following .NET versions:

0 commit comments

Comments
 (0)