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 Mar 21, 2024
1 parent 0e0403c commit 06f5b45
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.7.4</Version>
<Version>2.8.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.8.0 (2024-03-21)

* Added `Execute` methods for getting a `SqlDataReader`. While less type safe, this makes it possible to use Facil
scripts to fetch data for legacy code that loads domain objects using `SqlDataReader` (or from related types, such
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: d7a76c65340ca7746ab09a9bec218347ecc888d6ea919ea67ba008fab3a2037f
// Hash: be5bf831ffcf897dfcdc45fad4fe35a23e841546c01ffd59e31a7b6ed3fd94f8

//////////////////////////////////////////
//
// THIS FILE IS AUTOMATICALLY GENERATED
//
// Facil 2.7.4+33db04b0c1caeb0bc95d541dd0632f72289dea35
// Facil 2.8.0+0e0403c79bfdb1dffbd978a2c34f8fe17537aebc
//
//////////////////////////////////////////

Expand Down

0 comments on commit 06f5b45

Please sign in to comment.