rebus-org / Rebus.SignalR

:bus: Rebus-based SignalR backplane
Other
29 stars 6 forks source link

Update rebus dependencies #12

Closed mts44 closed 3 years ago

mts44 commented 3 years ago

Update rebus to 6.6.1. Update Rebus.Async to 7.2.0.

Last release of Rebus.Async (7.2.0) breaks applications based on Rebus.SignalR, because of changes made to rebus (Rebus.SignlaR is still based on old 6.0.1 version). These changes fix "Could not load file or assembly 'Rebus.Async, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified." error.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 3 years ago

Cool 🙂 I assumed I should build & push a new version, which I did.

It's out as Rebus.SignalR 0.0.6 on NuGet.org now

(oh and I fixed the format of the CHANGELOG file to work with Bob 😁 )