Skip to content

Releases: autofac/Autofac.Multitenant

v4.2.0

28 Aug 16:29
Compare
Choose a tag to compare

Resolved #9: Added GetTenants and ClearTenants to MultitenantContainer for better management abilities.

v4.1.0

16 Aug 20:41
Compare
Choose a tag to compare

Resolved #5: Added ability to change tenant registrations using RemoveTenant and ReconfigureTenant methods on the multitenant container. Also added IsTenantConfigured check method to see if a tenant has a configured lifetime scope.

v4.0.0

03 Jan 22:06
Compare
Choose a tag to compare
  • Autofac.Extras.Multitenant is now Autofac.Multitenant.
  • Added netstandard 1.1 / .NET 4.5.1 support.

v3.1.1

03 Jan 22:05
Compare
Choose a tag to compare

This release occurred prior to switching Autofac components to separate repositories.

3.1.0

Changes

  • Split WCF functionality out of Autofac.Extras.Multitenant into a separate assembly/package, Autofac.Extras.Multitenant.Wcf. Both packages are versioned 3.1.0.

3.0.2

Bug Fixes

  • Castle version was not updated to 3.2.0 in previous release due to build script issue.

3.0.1

Bug Fixes