Skip to content

Commit 2121d46

Browse files
committed
[DOCS-3171] Add note for v4 cutoff
1 parent 5e2d128 commit 2121d46

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1-
# FaunaDB C# Driver
1+
# C# driver for Fauna v4 (deprecated)
22

33
[![NuGet](https://img.shields.io/nuget/v/FaunaDB.Client.svg?maxAge=21600)](https://www.nuget.org/packages/FaunaDB.Client/)
44
[![License](https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000)](https://raw.githubusercontent.com/fauna/faunadb-csharp/main/LICENSE)
55

66
> [!WARNING]
7-
> Fauna is decomissioning FQL v4 on June 30, 2025. See the [v4 end of life (EOL)
7+
> Fauna is decomissioning FQL v4 on June 30, 2025.
8+
>
9+
> This driver is not compatible with FQL v10, the latest version. Fauna accounts
10+
> created after Month DD, YYYY must use FQL v10. Ensure you migrate existing
11+
> projects to the official v10 driver by the v4 EOL date:
12+
> https://github.com/fauna/fauna-js.
13+
>
14+
> For more information, see the [v4 end of life (EOL)
815
> announcement](https://docs.fauna.com/fauna/v4/#fql-v4-end-of-life) and
916
> [related FAQ](https://docs.fauna.com/fauna/v4/migration/faq).
10-
>
11-
> This driver is not compatible with FQL v10, the latest version.
17+
18+
The official C# driver for [Fauna v4](https://docs.fauna.com/fauna/v4/).
19+
20+
See the [FaunaDB Documentation](https://docs.fauna.com/fauna/v4) and
21+
[Tutorials](https://docs.fauna.com/fauna/v4/learn/tutorials/fql/crud?lang=javascript) for
22+
guides and a complete database [API
23+
reference](https://docs.fauna.com/fauna/v4/api/fql/).
1224

1325
## Documentation
1426

0 commit comments

Comments
 (0)