Skip to content

Releases: lethek/SignalR.Extras.Autofac

v1.2.0

19 Apr 00:34

Choose a tag to compare

Merged pull request which adds scope tagging for InstancePerRequest registered dependencies.

If required, you can register dependencies like this:

builder.RegisterType<Foo>().InstancePerRequest(ScopeLifetimeTag.RequestLifetimeScopeTag);

v1.1.1

10 Sep 01:32

Choose a tag to compare

Added MIT licensing information

v1.1.0

09 Sep 11:49

Choose a tag to compare

Implemented support for generic hubs (Hub) and added unit tests with full coverage.

v1.0.0

18 Jan 08:50

Choose a tag to compare

updated version and documentation