Skip to content

Commit a0e0e76

Browse files
authored
Update kurrentdb dotnet client v1 (#885)
1 parent c0f183d commit a0e0e76

5 files changed

Lines changed: 5 additions & 21 deletions

File tree

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

docs/clients/grpc/observability.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ pnpm add @kurrent/opentelemetry
4343
```
4444
:::
4545

46-
### .NET
47-
48-
Install the `EventStore.Client.Extensions.OpenTelemetry` package using the .NET CLI.
49-
50-
```bash
51-
dotnet add package EventStore.Client.Extensions.OpenTelemetry
52-
```
53-
5446
## Instrumentation
5547

5648
To emit trace data, you must first install and use the dedicated package, as instructed in the

docs/clients/grpc/projections.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ implementation 'io.kurrent:kurrentdb-client:1.0.0'
5858
For the most recent version of the KurrentDB client package, see [Maven Central](https://mvnrepository.com/artifact/io.kurrent/kurrentdb-client).
5959
:::
6060

61-
### .NET
62-
63-
For .NET projects, install the `EventStore.Client.Grpc.ProjectionManagement` package from NuGet. It is not the same package as the regular client package.
64-
65-
```bash
66-
dotnet add package EventStore.Client.Grpc.ProjectionManagement --version 23.*
67-
```
68-
6961
### Python
7062

7163
Install the `kurrentdbclient` package from PyPI or use Poetry:

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)