From 2d43ca410e93f35e21e7c40a332f9618626a49c6 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:18:28 +0200 Subject: [PATCH] Add note to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c1ab0ef..b32002e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ > A .NET library for NotificationAPI +> [!NOTE] +> An official NotifcationAPI .NET server SDK is now available at [notificationapi-com/notificationapi-dotnet-server-sdk](https://github.com/notificationapi-com/notificationapi-dotnet-server-sdk)\ +> Client-side functionality is currently not available in the official library, this is why this repository will still be maintained. + This is an *unofficial* library for [NotificationAPI](https://www.notificationapi.com/) and attempts to replicate the functionality of the official [Server SDK](https://docs.notificationapi.com/reference/server) and [JS Client SDK](https://docs.notificationapi.com/reference/js-client) as closely as possible.\ (A prebuilt notification widget is not included in this library.)