Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/lib/samples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function resolveSamplesPath(src: string, srcCat: string | undefined) {
},
"cs": {
label: "C#",
path: "clients/dotnet/23.3.8"
path: "clients/dotnet/1.0.0"
},
"go": {
label: "Go",
Expand Down
4 changes: 2 additions & 2 deletions docs/clients/grpc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ For the most recent version of the KurrentDB client package, see [Maven Central]

#### .NET

Add the `EventStore.Client.Grpc.Streams` package to your project:
Add the `KurrentDB.Client` package to your project:

```bash
dotnet add package EventStore.Client.Grpc.Streams
dotnet add package KurrentDB.Client
```

#### Go
Expand Down
8 changes: 0 additions & 8 deletions docs/clients/grpc/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ pnpm add @kurrent/opentelemetry
```
:::

### .NET

Install the `EventStore.Client.Extensions.OpenTelemetry` package using the .NET CLI.

```bash
dotnet add package EventStore.Client.Extensions.OpenTelemetry
```

## Instrumentation

To emit trace data, you must first install and use the dedicated package, as instructed in the
Expand Down
8 changes: 0 additions & 8 deletions docs/clients/grpc/projections.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ implementation 'io.kurrent:kurrentdb-client:1.0.0'
For the most recent version of the KurrentDB client package, see [Maven Central](https://mvnrepository.com/artifact/io.kurrent/kurrentdb-client).
:::

### .NET

For .NET projects, install the `EventStore.Client.Grpc.ProjectionManagement` package from NuGet. It is not the same package as the regular client package.

```bash
dotnet add package EventStore.Client.Grpc.ProjectionManagement --version 23.*
```

### Python

Install the `kurrentdbclient` package from PyPI or use Poetry:
Expand Down
4 changes: 2 additions & 2 deletions import/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"repo": "https://github.com/kurrent-io/EventStore-Client-Dotnet",
"branches": [
{
"version": "23.3.8",
"name":"release/v23"
"version": "1.0.0",
"name":"kurrentdb-client"
}
]
},
Expand Down
Loading