We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcd062 commit ede5091Copy full SHA for ede5091
docs/weaviate/client-libraries/csharp.mdx
@@ -46,8 +46,8 @@ This page broadly covers the Weaviate C# (beta release). For usage information n
46
47
## Installation
48
49
-```xml
50
-<PackageReference Include="Weaviate.Client" Version="0.0.1-beta.4" />
+```bash
+dotnet add package Weaviate.Client --version ||site.csharp_client_version||
51
```
52
53
<details>
0 commit comments