From f9a4d070fe011600110dcf1d48eec5c2673d45ad Mon Sep 17 00:00:00 2001 From: Brian Pursley Date: Tue, 16 Apr 2024 15:03:14 -0400 Subject: [PATCH] build --- .github/workflows/build.yml | 4 ++-- Npgmq/Npgmq.csproj | 6 ++++++ README.md | 5 ++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 347b8fd..69acdb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,8 +46,8 @@ jobs: - name: Test (pgmq 1.0.0) run: Npgmq.Test/scripts/run-tests.sh 1.0.0 - - name: Test (pgmq 0.26.0) - run: Npgmq.Test/scripts/run-tests.sh 0.26.0 + - name: Test (pgmq 0.28.0) + run: Npgmq.Test/scripts/run-tests.sh 0.28.0 - name: Pack if: startsWith(github.ref, 'refs/tags/v') diff --git a/Npgmq/Npgmq.csproj b/Npgmq/Npgmq.csproj index 369c6dd..ad5b4ff 100644 --- a/Npgmq/Npgmq.csproj +++ b/Npgmq/Npgmq.csproj @@ -25,4 +25,10 @@ + + + README.md + + + diff --git a/README.md b/README.md index e8e278e..baeb573 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ A .NET client for Postgres Message Queue (PGMQ). -## Requirements +## Compatibility -* pgmq >= 0.26.0 -* Npgsql +* pgmq >= 0.28.0 ## Installation To install the package via Nuget, run the following command: