Skip to content

Commit

Permalink
Prepare For Release of V8.0.0 (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Nov 3, 2024
1 parent f02e004 commit 8f9663a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8f9663a

Please sign in to comment.