diff --git a/Directory.Build.props b/Directory.Build.props index b27d5ae..c19030c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.8.0 + 2.9.0 true true NU1903;$(WarningsNotAsErrors) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ac1984e..1e0088c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release notes ============== -### Unreleased +### 2.9.0 (2024-04-12) * Cancellations now throw `OperationCanceledException` instead of `SqlException`. This is a workaround for [dotnet/SqlClient#26](https://github.com/dotnet/SqlClient/issues/26). Strictly speaking it is a breaking change, diff --git a/src/DbTests.DbGen/DbGen.fs b/src/DbTests.DbGen/DbGen.fs index 03581fc..befb41e 100644 --- a/src/DbTests.DbGen/DbGen.fs +++ b/src/DbTests.DbGen/DbGen.fs @@ -1,11 +1,11 @@ // Edit or remove this or the below line to regenerate on next build -// Hash: 4966bd346e430baa0b1991ee3a929d64aae746dcc75ec3b5a6c7a48e5d925c91 +// Hash: d1d1a9736a1563094d5bf7d8aa8556567b9007350d0c5d1e2d4cedf1b5f947a5 ////////////////////////////////////////// // // THIS FILE IS AUTOMATICALLY GENERATED // -// Facil 2.8.0+a9f080e8f13da9095f627a91f8389e179057ee91 +// Facil 2.9.0+a013d5b6d9712482a6604f93af612de96f62f847 // //////////////////////////////////////////