Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README for GA release #220

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Official .NET Driver for [Fauna v10](https://fauna.com/) (current - beta)

> [!CAUTION]
> This driver is currently in beta and should not be used for production workloads.
# Official .NET Driver for [Fauna v10](https://fauna.com/) (current)

This driver can only be used with FQL v10, and is not compatible with earlier versions of FQL. To query your databases with earlier API versions, see [faunadb-csharp](https://github.com/fauna/faunadb-csharp).

Expand All @@ -19,11 +16,11 @@ See the [Fauna Documentation](https://docs.fauna.com/fauna/current/) for additio
- .NET 8.0

## Installation
Be sure to include prerelease versions given the driver is currently in beta.

Using the .NET CLI:

```
dotnet add package Fauna --prerelease
dotnet add package Fauna
```

## API reference
Expand Down