2.6.0
Breaking changes:
Dispatcher
options are now configurable via extension method onIServiceCollection
-Configure<DispatcherOptions>(o => o.HandlerNamingConventions = new[]{"On", "Apply"})
- Middlewares now need to be registered in a container
IServiceCollection.AddSingleton<IActorRefMiddleware>(sp => new TestMiddleware(sp))