From 2121d46741af16fe1ffa8aca10f9dd482db8b3d1 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Mon, 5 Aug 2024 16:47:04 -0400 Subject: [PATCH] [DOCS-3171] Add note for v4 cutoff --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b7c6365..d90d949f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,26 @@ -# FaunaDB C# Driver +# C# driver for Fauna v4 (deprecated) [![NuGet](https://img.shields.io/nuget/v/FaunaDB.Client.svg?maxAge=21600)](https://www.nuget.org/packages/FaunaDB.Client/) [![License](https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000)](https://raw.githubusercontent.com/fauna/faunadb-csharp/main/LICENSE) > [!WARNING] -> Fauna is decomissioning FQL v4 on June 30, 2025. See the [v4 end of life (EOL) +> Fauna is decomissioning FQL v4 on June 30, 2025. +> +> This driver is not compatible with FQL v10, the latest version. Fauna accounts +> created after Month DD, YYYY must use FQL v10. Ensure you migrate existing +> projects to the official v10 driver by the v4 EOL date: +> https://github.com/fauna/fauna-js. +> +> For more information, see the [v4 end of life (EOL) > announcement](https://docs.fauna.com/fauna/v4/#fql-v4-end-of-life) and > [related FAQ](https://docs.fauna.com/fauna/v4/migration/faq). -> -> This driver is not compatible with FQL v10, the latest version. + +The official C# driver for [Fauna v4](https://docs.fauna.com/fauna/v4/). + +See the [FaunaDB Documentation](https://docs.fauna.com/fauna/v4) and +[Tutorials](https://docs.fauna.com/fauna/v4/learn/tutorials/fql/crud?lang=javascript) for +guides and a complete database [API +reference](https://docs.fauna.com/fauna/v4/api/fql/). ## Documentation