rebus-org / Rebus.PostgreSql

:bus: PostgreSQL persistence for Rebus
https://mookid.dk/category/rebus
Other
18 stars 20 forks source link

nuget pulls in npgsql 3.1.7 #2

Closed jmkelly closed 7 years ago

jmkelly commented 7 years ago

I'm in the process of updating the shootout project over on samples, and created a new one for the postgresql transport. Unfortunately when I used nuget to load it, npgsql 3.1.7 was pulled in rather than 3.1.8. I looked around and couldn't find anywhere to fix this in the repo, so I'll just leave this here.

mookid8000 commented 7 years ago

argh bummer – it's Rebus.PostgreSql.nuspec that needs to be edited to match the version from package.config

mookid8000 commented 7 years ago

it's fixed in 2.2.0 😄