Skip to content

Commit

Permalink
Allow all 8.x major versions of Npgsql (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Tommi Golinelli <t.golinelli@pxs.com>
  • Loading branch information
Goltom and Tommi Golinelli authored Jan 29, 2024
1 parent 423552e commit b6f8b2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.5.14 January 23 2024 ###

* Allow all 8.x major versions of Npgsql

### 1.5.13 October 4 2023 ###

* [Update Akka.NET to v1.5.13](https://github.com/akkadotnet/akka.net/releases/tag/1.5.13)
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Generated.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.5.4.1</VersionPrefix>
<PackageReleaseNotes>Allow all 7.x major versions of Npgsql</PackageReleaseNotes>
<VersionPrefix>1.5.14</VersionPrefix>
<PackageReleaseNotes>Allow all 8.x major versions of Npgsql</PackageReleaseNotes>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<AkkaVersion>1.5.13</AkkaVersion>
<AkkaHostingVersion>1.5.13</AkkaHostingVersion>

<!-- Install from version 5.0.11 included all the way up to 7.x.x, but don't go up a major version -->
<!-- Install from version 5.0.11 included all the way up to 8.x.x, but don't go up a major version -->
<PostgresLowVersion>5.0.11</PostgresLowVersion>
<PostgresHighVersion>8</PostgresHighVersion>
<PostgresHighVersion>9</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
</PropertyGroup>

Expand Down

0 comments on commit b6f8b2e

Please sign in to comment.