v3.3.0
This release occurred prior to switching Autofac components to separate repositories.
3.3.0
Updated for .NET 4.0.
3.2.1
- Fixed the NuGet package requirements so the core Autofac version and NuGet minimum requirement version line up.
3.2.0
- Added support for generating custom metadata structures based on attributes to augment the existing simple name/value pair property mechanism. (Issue autofac/Autofac#519)
3.1.1
- Updated versioning scheme so assembly version changes with each release. (Issue autofac/Autofac#502)
3.1.0
- Added
WithMetadataAttribute
andWithMetadataFilter
registration extensions. - Added ability to filter constructor dependencies by key using attributes. Refactored attribute filtering mechanism so attribute implementations can define their own resolution criteria, enabling a single filter extension to be applied during registration but with any number of actual filters that can be used.
- Allowing the
MetadataAttribute
to be inherited so it doesn't need to be manually re-applied to custom metadata attributes.