Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpursley committed Apr 16, 2024
1 parent 2dedd15 commit f9a4d07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
6 changes: 6 additions & 0 deletions Npgmq/Npgmq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@
<None Include="..\README.md" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

A .NET client for <a href="https://github.com/tembo-io/pgmq">Postgres Message Queue</a> (PGMQ).

## Requirements
## Compatibility

* pgmq >= 0.26.0
* Npgsql
* pgmq >= 0.28.0

## Installation
To install the package via Nuget, run the following command:
Expand Down

0 comments on commit f9a4d07

Please sign in to comment.