As you can see in https://www.nuget.org/packages/Npgsql/8.0.2#versions-body-tab, 8.0.0 has the most number of downloads, but both 8.0.1 and 8.0.2 have over a million downloads. Given that these are bug patches, I think 8.0.2 is better than the previous 8.0.* versions.
Context
Per the discussion in #111, this PR upgrades
Npgsql
from 5.0.4 to 8.0.2, the latest version at the time of filing.Considerations
Breaking Changes
I don't think there are breaking changes that affect
DistributedLock
, but please take some time to go over the breaking changes:Usage of the Recent Versions
As you can see in https://www.nuget.org/packages/Npgsql/8.0.2#versions-body-tab, 8.0.0 has the most number of downloads, but both 8.0.1 and 8.0.2 have over a million downloads. Given that these are bug patches, I think 8.0.2 is better than the previous 8.0.* versions.
Open Questions