From a43b00569b321dceaa02316c9b4b543db2ef11fc Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Sat, 7 Feb 2026 15:53:50 +0000 Subject: [PATCH 1/2] NCBC-3794 upgrade recommended DOC-13323 --- modules/hello-world/pages/start-using-sdk.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hello-world/pages/start-using-sdk.adoc b/modules/hello-world/pages/start-using-sdk.adoc index c7ef808d..1847a2d4 100644 --- a/modules/hello-world/pages/start-using-sdk.adoc +++ b/modules/hello-world/pages/start-using-sdk.adoc @@ -11,6 +11,10 @@ include::project-docs:partial$attributes.adoc[] {description} It offers an asynchronous API based on the link:https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap[_Task-based Asynchronous Pattern (TAP)_]. + +NOTE: Owing to https://issues.couchbase.com/browse/NCBC-3794[NCBC-3794], it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.3, or SDK 3.6.2 or later, immediately. + + The Couchbase .NET client allows applications to connect to Couchbase Server using any Common Language Runtime (CLR) language, including C#, F#, and VB.NET. The SDK is written in C#, and some of its idiomatic patterns reflect that choice. From 27d472051b51092067ced0af011221fc46dec0d4 Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Sat, 7 Feb 2026 15:55:08 +0000 Subject: [PATCH 2/2] DOC-13323 --- modules/hello-world/pages/overview.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hello-world/pages/overview.adoc b/modules/hello-world/pages/overview.adoc index 17880b75..8eaf2339 100644 --- a/modules/hello-world/pages/overview.adoc +++ b/modules/hello-world/pages/overview.adoc @@ -25,6 +25,11 @@ The SDK is written in C#, and some of its idiomatic patterns reflect that choice {empty} + +NOTE: Owing to https://issues.couchbase.com/browse/NCBC-3794[NCBC-3794], it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.3, or SDK 3.6.2 or later, immediately. + +{empty} + + + == icon:database[] Using Your Database How-to guides and tutorials to help you start your development journey with Couchbase and the .NET SDK.