From d3b65d22c93f6ea6e465aeef57e8207bad64a803 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Mon, 9 Mar 2026 02:34:58 +0100 Subject: [PATCH 1/2] feat: add deprecation notice to README Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab107cbe..408aed34 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> **Note:** [`getstream-net`](https://github.com/GetStream/getstream-net) is the new full-product SDK for Stream, covering Chat, Video, Moderation, and Feeds with long-term support. +> +> **`stream-chat-net` is now in maintenance mode.** It will continue to receive critical fixes and requested features, so it is safe to keep using. However, we encourage existing users to migrate when convenient and strongly recommend that new projects start with `getstream-net`. +> +> Check out the [Migration Guide](https://github.com/GetStream/getstream-net/tree/master/docs/migration-from-stream-chat-net) for side-by-side examples covering common use cases. + # Official .NET SDK for [Stream Chat](https://getstream.io/chat/) [![.github/workflows/ci.yaml](https://github.com/GetStream/stream-chat-net/actions/workflows/ci.yaml/badge.svg)](https://github.com/GetStream/stream-chat-net/actions/workflows/ci.yaml) [![NuGet Badge](https://buildstats.info/nuget/stream-chat-net)](https://www.nuget.org/packages/stream-chat-net/) From d4887309717073176598f567cf9374cc2135f71c Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Tue, 10 Mar 2026 14:21:38 +0100 Subject: [PATCH 2/2] chore: update link to the migration guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408aed34..d1ce993f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > > **`stream-chat-net` is now in maintenance mode.** It will continue to receive critical fixes and requested features, so it is safe to keep using. However, we encourage existing users to migrate when convenient and strongly recommend that new projects start with `getstream-net`. > -> Check out the [Migration Guide](https://github.com/GetStream/getstream-net/tree/master/docs/migration-from-stream-chat-net) for side-by-side examples covering common use cases. +> Check out the [Migration Guide](https://github.com/GetStream/getstream-net/blob/89e82ac2116092e588c15628cf326e46496e23e1/docs/migration-from-stream-chat-net/README.md) for side-by-side examples covering common use cases. # Official .NET SDK for [Stream Chat](https://getstream.io/chat/)