Skip to content

Commit 8d883d5

Browse files
committed
Update kurrentdb dotnet client v1
1 parent c0f183d commit 8d883d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/.vuepress/lib/samples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function resolveSamplesPath(src: string, srcCat: string | undefined) {
4848
},
4949
"cs": {
5050
label: "C#",
51-
path: "clients/dotnet/23.3.8"
51+
path: "clients/dotnet/1.0.0"
5252
},
5353
"go": {
5454
label: "Go",

docs/clients/grpc/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ For the most recent version of the KurrentDB client package, see [Maven Central]
7878

7979
#### .NET
8080

81-
Add the `EventStore.Client.Grpc.Streams` package to your project:
81+
Add the `KurrentDB.Client` package to your project:
8282

8383
```bash
84-
dotnet add package EventStore.Client.Grpc.Streams
84+
dotnet add package KurrentDB.Client
8585
```
8686

8787
#### Go

import/repos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
"repo": "https://github.com/kurrent-io/EventStore-Client-Dotnet",
106106
"branches": [
107107
{
108-
"version": "23.3.8",
109-
"name":"release/v23"
108+
"version": "1.0.0",
109+
"name":"kurrentdb-client"
110110
}
111111
]
112112
},

0 commit comments

Comments
 (0)