Skip to content

Commit ede5091

Browse files
committed
Fix installation command
1 parent bfcd062 commit ede5091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/weaviate/client-libraries/csharp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This page broadly covers the Weaviate C# (beta release). For usage information n
4646

4747
## Installation
4848

49-
```xml
50-
<PackageReference Include="Weaviate.Client" Version="0.0.1-beta.4" />
49+
```bash
50+
dotnet add package Weaviate.Client --version ||site.csharp_client_version||
5151
```
5252

5353
<details>

0 commit comments

Comments
 (0)