Releases: fsprojects/FSharp.Configuration
Releases · fsprojects/FSharp.Configuration
0.5.7
Revert dependency on SharpYaml
0.5.6
Fixed: SharpYaml NuGet package was not listed as dependency of FSharp.Configuration one
infer URLs with "tcp" schema
0.5.3
AppConfig type provider raises better exception if a settings or connection string is missing at runtime.
0.5.2
Add caching into all type providers
0.5.1
fixed: YamlConfigProvider does not always parse floating point scalars
0.5.0
YamlConfigProvider supports sequence of maps
0.4.10
Better YamlConfigProvider error reporting in case of duplicated keys
0.4.9
Fixed: AppSettings type provider does not read connection strings at runtime
0.4.8
Use HostingEnvironment.IsHosted to determine that AppSettings type provider is used in a Web application