Skip to content

Configuration Release Notes

Travis Illig edited this page Sep 7, 2016 · 5 revisions

4.0.1

  • Updated to target .NET 4.5 for larger compatibility with Autofac core.

4.0.0

  • 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.

3.3.0

  • Added an AppSettingsModule to enable configuration of module parameters using appSettings.
  • Resolved issue #546: Added auto-activate attribute on components to enable auto activation via config.

3.2.0

  • Resolved issue #445: Added property and parameter support for specifying a [Type Converter] attribute that will be used during parsing of configuration.

3.1.0

  • First release of separate NuGet package for XML based configuration.

Clone this wiki locally