akkadotnet / Akka.Persistence.PostgreSql

Akka.Persistence.PostgreSql provider
Apache License 2.0
32 stars 35 forks source link

Update to 1.4.14 #74

Closed to11mtm closed 3 years ago

to11mtm commented 3 years ago

This PR has the necessary changes to support Akka.Net 1.4.14

Major change is targeting NetStandard 2.0 instead of Net45+Standard16, but as that's how Akka 1.4.14 is that shouldn't be a concern AFAIK.

There's possibly some other cleanup that could be done W/R/T that framework change, but as we are hopeful users will adopt Persistence.Linq2db it didn't seem prudent.

CumpsD commented 3 years ago

Following!

IgorFedchenko commented 3 years ago

Finished this work in my PR here: https://github.com/akkadotnet/Akka.Persistence.PostgreSql/pull/77 Waiting for review and merging :+1: