diff --git a/README.md b/README.md index 951bdaa..a038a57 100644 --- a/README.md +++ b/README.md @@ -120,16 +120,17 @@ which can bring breaking changes from time to time and require a major bump our for FluentValidation. Compatibility is listed below. -We strive to match HotChocolate's supported target frameworks, though this might not always be possible. +We strive to match HotChocolate's supported .NET target frameworks, though this might not always be possible. | HotChocolate | FluentValidation | FairyBread | FairyBread docs | | ------------ | ---------------- | ---------- | --------------- | | v10 | v8 | v1 | [/v1/main](https://github.com/benmccallum/fairybread/tree/v1/main) branch | | v11 | v8 | v2 | [/v2/main](https://github.com/benmccallum/fairybread/tree/v2/main) branch | | v11 | v9 | v3 | [/v3/main](https://github.com/benmccallum/fairybread/tree/v3/main) branch | -| v11 | v9 | v4 | [/v4/main](https://github.com/benmccallum/fairybread/tree/v3/main) branch | -| v11.0.9* | v9 | v4.1.1 | [/v4/main](https://github.com/benmccallum/fairybread/tree/v3/main) branch | -| v11.0.9 | v9 | v5 | right here | +| v11 | v9 | v4 | [/v4/main](https://github.com/benmccallum/fairybread/tree/v4/main) branch | +| v11.0.9* | v9 | v4.1.1 | [/v4/main](https://github.com/benmccallum/fairybread/tree/v4/main) branch | +| v11.0.9 | v9 | v5 | [/v5/main](https://github.com/benmccallum/fairybread/tree/v5/main) branch | +| v11.0.9 | v10 | v6 | right here | * Unexpected binary incompatibility / breaking change in HotChocolate diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 851403f..2087e89 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -17,7 +17,7 @@ https://github.com/benmccallum/fairybread/raw/master/logo-400x400.png https://github.com/benmccallum/fairybread/blob/master/LICENSE - 5.1.0 + 6.0.0 11.0.9 diff --git a/src/FairyBread.Tests/FairyBread.Tests.csproj b/src/FairyBread.Tests/FairyBread.Tests.csproj index 53f1023..ff37724 100644 --- a/src/FairyBread.Tests/FairyBread.Tests.csproj +++ b/src/FairyBread.Tests/FairyBread.Tests.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/FairyBread/FairyBread.csproj b/src/FairyBread/FairyBread.csproj index 0ba2959..17bd9fc 100644 --- a/src/FairyBread/FairyBread.csproj +++ b/src/FairyBread/FairyBread.csproj @@ -6,7 +6,7 @@ - +