rebus-org / Rebus.MongoDb

:bus: MongoDB persistence implementations for Rebus
https://mookid.dk/category/rebus
Other
5 stars 7 forks source link

Any plans to upgrade to MongoDb.Driver 2.7.3? #2

Closed Efp95 closed 5 years ago

Efp95 commented 5 years ago

Just wondering! 😄 https://github.com/mongodb/mongo-csharp-driver

mookid8000 commented 5 years ago

well... although the dependency on version 2.4.4 causes that version to be resolved when you install Rebus.MongoDb, you can still upgrade the mongo driver afterwards by explicitly installing a newer version

install-package mongocsharpdriver -projectname <your-project>

which will cause Rebus.MongoDb to use that version instead.

Is there any specific reason why you think an upgrade from 2.4.4 to 2.7.3 (which is current, at the time of writing) would be beneficial?