8.5.0
8.5.0
Reverting previous breaking change
- The Configuration Manager has been reverted to version 8.3.1. The changes made in 8.4.0 assume the configuration manager is used as a singleton, which is similar to marking the type as disposable. We have since learned that adding IDisposable is a breaking change, so we are following semver guidance and reverting and releasing a minor version (8.5.0).
- Cherry-picked Changes: Included changes from PR #3022 and #3104.
What's Changed
- Update version.props by @jennyf19 in #3126
- fix formatting error by @jennyf19 in #3134
- Revert configuration manager to 8.3.1 by @keegan-caruso in #3132
Full Changelog: 8.4.0...8.5.0