- Fixed: SharpYaml NuGet package was not listed as dependency of FSharp.Configuration one
- infer URLs with "tcp" schema
- Same as 0.5.4, NuGet publishing problems
- Support "file" and "ssh" uri schemas
- Use SharpYaml NuGet package
- AppConfig type provider raises better exception if a settings or connection string is missing at runtime.
- Add caching into all type providers
- fixed: YamlConfigProvider does not always parse floating point scalars
- YamlConfigProvider supports sequence of maps
- Better YamlConfigProvider error reporting in case of duplicated keys
- Fixed: AppSettings type provider does not read connection strings at runtime
- Use HostingEnvironment.IsHosted to determine that AppSettings type provider is used in a Web application
- Fixed design time memory leaks in all providers fsprojects#48
- Fixed: AppSettingsProvider does not find web.config at runtime
- Fixed: AppSettingsProvider infers URLs as ints
- Add support for connection strings to AppSettings TP
- IniFile provider - fsprojects#34
- Making config settings writable -fsprojects#29
- Relax yaml tp loading rules - fsprojects#32
- Allows to read bitmaps from resources
- Fixed bug with the AppSettings type provider and .fsx files
- Yaml type provider renamed to Yaml Config type provider
- First official release of ResX, Yaml and AppSettings type provider
- Make it compatible with .NET 4.0
- Using latest version of SharpYaml
- Initial release of the Yaml type provider
- Initial release of the ResX type provider
- Initial release