diff --git a/README.md b/README.md index 9ce3d9d..c870797 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ SpiceDb.net was created by Michael Tanczos and has contributions from Pavel Akim ## What's New? +1.6.0 +- Dropped .NET 7 dependency and introduced new targets for .NET 8 and .NET 9 + 1.5.3 - BREAKING CHANGE: The constructors for `SpiceDbClient` now accept a nullable `schemaPrefix` instead of a required string. If not provided, it defaults to null. - @williamgraver added empty schema prefix handling for dedicated version of SpiceDb diff --git a/SpiceDb.Example/SpiceDb.Example.csproj b/SpiceDb.Example/SpiceDb.Example.csproj index bce3750..cf2676f 100644 --- a/SpiceDb.Example/SpiceDb.Example.csproj +++ b/SpiceDb.Example/SpiceDb.Example.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable 3c39b9f0-8b22-4508-ae36-bdaccdb871ea diff --git a/SpiceDb.Tests/SpiceDb.Tests.csproj b/SpiceDb.Tests/SpiceDb.Tests.csproj index b31ad95..9b36685 100644 --- a/SpiceDb.Tests/SpiceDb.Tests.csproj +++ b/SpiceDb.Tests/SpiceDb.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8 enable enable @@ -20,7 +20,7 @@ - + diff --git a/SpiceDb/SpiceDb.csproj b/SpiceDb/SpiceDb.csproj index 3c2d60f..8c40cc2 100644 --- a/SpiceDb/SpiceDb.csproj +++ b/SpiceDb/SpiceDb.csproj @@ -1,7 +1,7 @@  - net7.0 + net8; net9 enable enable @@ -15,7 +15,7 @@ logo.png LICENSE.txt README.md - 1.5.3 + 1.6.0 @@ -32,8 +32,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +