Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Apr 12, 2024
1 parent a013d5b commit c178847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.8.0</Version>
<Version>2.9.0</Version>
<DisableImplicitLibraryPacksFolder>true</DisableImplicitLibraryPacksFolder>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>NU1903;$(WarningsNotAsErrors)</WarningsNotAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/DbTests.DbGen/DbGen.fs
Original file line number Diff line number Diff line change
@@ -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
//
//////////////////////////////////////////

Expand Down

0 comments on commit c178847

Please sign in to comment.