Brighter v7.0.137 Release Notes

Release Date: 2017-07-03 // almost 7 years ago
    • ๐Ÿ‘Œ Support for .NET Core (NETSTANDARD 1.5)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿš‘ Configuration no longer supports XML based config sections. We use data structures instead, and expect you to configure mostly in code, initializing those data structures from your config system of choice yourself. We recommend following 12-Factor Apps guidelines and preferring enviroment variables for items that vary by environment over XML or JSON based configuration files. (We may consider providing config sections in Contrib again, please feedback if this is a critical issue for you. PRs welcome.)
    • โฌ‡๏ธ Dropped CommandProcessor from namespaces and folder names, to shorten, and remove semantic issue that it is not just a Command Processor
    • ๐Ÿ”„ Changed namespaces and folders to be CamelCase
    • ๐Ÿš€ As a result, your using statements will need revision with this release
    • Some namespaces i.e Paramore.Brighter.Policy changed to avoid clashes now CamelCase (has become Paramore.Brighter.Policies)