v3.2.0
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.