Skip to content

v5.0.0

Compare
Choose a tag to compare
@tillig tillig released this 30 Jan 01:30
· 36 commits to develop since this release

This release is an update for compatibility with Autofac 5.0.0 and requires that new version. Autofac 5.0.0 does have some breaking changes - see the Autofac release notes for more information.

  • Dropped net45 and netstandard1.3 support - new target frameworks are net461 and netstandard2.0.
  • Fix #26: Type conversion from string value to strong type (e.g., string to double) now uses invariant culture to allow better portability of configuration agnostic of machine culture. This appears to primarily affect users of XML format configuration since JSON has better support for types (e.g., numbers, Booleans), but there is no guarantee that JSON is totally unaffected.