Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit b6f8b2e

Browse files
GoltomTommi Golinelli
andauthored
Allow all 8.x major versions of Npgsql (#242)
Co-authored-by: Tommi Golinelli <[email protected]>
1 parent 423552e commit b6f8b2e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.5.14 January 23 2024 ###
2+
3+
* Allow all 8.x major versions of Npgsql
4+
15
### 1.5.13 October 4 2023 ###
26

37
* [Update Akka.NET to v1.5.13](https://github.com/akkadotnet/akka.net/releases/tag/1.5.13)

src/Directory.Generated.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.5.4.1</VersionPrefix>
4-
<PackageReleaseNotes>Allow all 7.x major versions of Npgsql</PackageReleaseNotes>
3+
<VersionPrefix>1.5.14</VersionPrefix>
4+
<PackageReleaseNotes>Allow all 8.x major versions of Npgsql</PackageReleaseNotes>
55
</PropertyGroup>
66
</Project>

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<AkkaVersion>1.5.13</AkkaVersion>
55
<AkkaHostingVersion>1.5.13</AkkaHostingVersion>
66

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

0 commit comments

Comments
 (0)