Skip to content

Commit

Permalink
add compat table to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Dec 13, 2024
1 parent 5bcc989 commit 513955c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ A library that gives you access to the powerful Parse Server backend from any pl

- [Parse SDK for .NET](#parse-sdk-for-net)
- [Getting Started](#getting-started)
- [Compatibility](#compatibility)
- [.NET](#net)
- [Using the Code](#using-the-code)
- [Common Definitions](#common-definitions)
- [Client-Side Use](#client-side-use)
Expand All @@ -43,6 +45,19 @@ The latest development release is also available as [a NuGet package (Prerelease
Note that the previous stable package currently available on the official distribution channel is quite old.
To use the most up-to-date code, either build this project and reference the generated NuGet package, download the pre-built assembly from [releases][releases-link] or check the [NuGet package (Prerelease)][nuget-link-prerelease] on NuGet.

## Compatibility

### .NET

Parse .NET SDK is continuously tested with the most recent releases of .NET to ensure compatibility. We follow the [.NET Long Term Support plan](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) and only test against versions that are officially supported and have not reached their end-of-life date.

| .NET Version | End-of-Life | Parse .NET SDK Version |
|--------------|---------------|------------------------|
| 6.0 | November 2024 | >= 1.0 |
| 7.0 | May 2024 | >= 1.0 |
| 8.0 | November 2026 | >= 1.0 |
| 9.0 | May 2026 | >= 1.0 |

## Using the Code
Make sure you are using the project's root namespace.

Expand Down

0 comments on commit 513955c

Please sign in to comment.