This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Releases: aspnet/Configuration
Releases · aspnet/Configuration
1.0.0-rc1
1.0.0-beta8
1.0.0-beta7
Features
- BCL API review: ConfigurationBinder feedback (#236)
- BCL API review: Rename GetCofigurationSection() and GetConfigurationSections() methods on IConfiguration (#231)
- ConfigurationBinder to support more property types (#216)
Bugs Fixed
- ConfigurationBinder throws TargetParameterCountException (due to indexer property?) (#253)
1.0.0-beta6
1.0.0-beta5
Features
- BCL API Review: Move ConfigurationBinder functionality into its own package in the Configuration repo (#210)
- Remove strongly-typed Get support from configuration (#199)
- BCL API review: Find a better namespace name than ConfigurationModel (#198)
- BCL API review: Find a better name for IConfiguration.GetSubKey() (#197)
- BCL API review: Find a better name for IConfigurationSourceRoot (#196)
- BCL API review: Separate platform specific configuration source implementations into their own packages (#195)
- BCL API review: Split implementation of IConfigurationSourceRoot and IConfiguration (#194)
- Add BasePath to IConfigurationSourceRoot (#159)
- Support arrays as values in JSON configuration source (#115)
Bugs Fixed
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
Reacting to System.Xml.XmlSerializer version change
1.0.0-beta1
Bugs Fixed
- Update to JSON.NET 6.0.6 (#119)
1.0.0-alpha4
Bugs Fixed
- Consider a better way to find base path for configuration files (#109)