diff --git a/README.md b/README.md index fd868ab4e..2ff04d8af 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,18 @@ Refit currently supports the following platforms and any .NET Standard 2.0 targe * Xamarin.Mac * Xamarin.iOS * Desktop .NET 4.6.1 -* .NET 5 / .NET Core +* .NET 6 / 8 * Blazor * Uno Platform ### SDK Requirements +### Updates in 8.0.x +Fixes for some issues experianced, this lead to some breaking changes +See [Releases](https://github.com/reactiveui/refit/releases) for full details. + +### V6.x.x + Refit 6 requires Visual Studio 16.8 or higher, or the .NET SDK 5.0.100 or higher. It can target any .NET Standard 2.0 platform. Refit 6 does not support the old `packages.config` format for NuGet references (as they do not support analyzers/source generators). You must diff --git a/version.json b/version.json index 7202c62d0..3ecd3eb78 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "7.3.0", + "version": "8.0.0", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N