- Update Autofac dependency to 4.1.0
- Test build
- Test release
- Release 2.0.0
- Update to Rebus 3
- Update to Rebus 4
- Add .NET Core support (netstandard1.6)
- Fix csproj - thanks robvanpamel
- Update Autofac dep to 4.5.0
- Update contracts dep - thanks trevorreeves
- Change API to work better with the Autofac container builder - no more
.Update
:)
- Additional
RegisterRebus
overload that passesIComponentContext
to the configuration method
- Add Rebus handler registration extensions on
ContainerBuilder
and improve resolution performance
- Move polymorphic handler resolution resposiblity to the container. If contravariant lookup is wanted, one must register
ContravariantRegistrationSource
on theContainerBuilder
- Update to Rebus 5