Skip to content

v3.2.0

Compare
Choose a tag to compare
@tillig tillig released this 04 Jan 00:00
· 43 commits to develop since this release

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

3.2.0

  • Pushed the notion of per-request lifetime scope into Autofac core. Individual web/OWIN request mechanisms have been marked obsolete in favor of the new central method. (autofac/Autofac#466)

3.1.0

  • Updated InstancePerHttpRequest to accept additional lifetime scope tags.