forked from autofac/Autofac
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Release Notes
Travis Illig edited this page Sep 7, 2016
·
5 revisions
- Updated to target .NET 4.5 for larger compatibility with Autofac core.
- Switched from using XML configuration to using Microsoft.Extensions.Configuration - enables XML, JSON, or other configuration formats supported by that package.
- Targeting netstandard 1.3 and .NET 4.5.1.
- Added an
AppSettingsModuleto enable configuration of module parameters usingappSettings. - Resolved issue #546: Added
auto-activateattribute on components to enable auto activation via config.
- Resolved issue #445: Added property and parameter support for specifying a
[Type Converter]attribute that will be used during parsing of configuration.
- First release of separate NuGet package for XML based configuration.