From 9b07ad9abc47c1716a4c721b72232ab39752f95f Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 20 May 2025 09:42:50 +0400 Subject: [PATCH] Update kurrentdb dotnet client v1 --- docs/.vuepress/lib/samples.ts | 2 +- docs/clients/grpc/getting-started.md | 4 ++-- docs/clients/grpc/observability.md | 8 -------- docs/clients/grpc/projections.md | 8 -------- import/repos.json | 4 ++-- 5 files changed, 5 insertions(+), 21 deletions(-) diff --git a/docs/.vuepress/lib/samples.ts b/docs/.vuepress/lib/samples.ts index f3e59a778..14b786119 100644 --- a/docs/.vuepress/lib/samples.ts +++ b/docs/.vuepress/lib/samples.ts @@ -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", diff --git a/docs/clients/grpc/getting-started.md b/docs/clients/grpc/getting-started.md index 432f5d9a9..d9add6238 100644 --- a/docs/clients/grpc/getting-started.md +++ b/docs/clients/grpc/getting-started.md @@ -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 diff --git a/docs/clients/grpc/observability.md b/docs/clients/grpc/observability.md index 4cb0468e6..6a1beec91 100644 --- a/docs/clients/grpc/observability.md +++ b/docs/clients/grpc/observability.md @@ -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 diff --git a/docs/clients/grpc/projections.md b/docs/clients/grpc/projections.md index 689692892..a88c2554f 100644 --- a/docs/clients/grpc/projections.md +++ b/docs/clients/grpc/projections.md @@ -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: diff --git a/import/repos.json b/import/repos.json index 84167b659..6c2ec92dd 100644 --- a/import/repos.json +++ b/import/repos.json @@ -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" } ] },