Skip to content

Releases: fsprojects/FSharp.Configuration

0.5.7

22 Nov 10:30
Compare
Choose a tag to compare

Revert dependency on SharpYaml

0.5.6

22 Nov 07:06
Compare
Choose a tag to compare

Fixed: SharpYaml NuGet package was not listed as dependency of FSharp.Configuration one
infer URLs with "tcp" schema

0.5.3

12 Jun 17:07
Compare
Choose a tag to compare

AppConfig type provider raises better exception if a settings or connection string is missing at runtime.

0.5.2

12 Jun 16:28
Compare
Choose a tag to compare

Add caching into all type providers

0.5.1

18 Mar 18:12
Compare
Choose a tag to compare

fixed: YamlConfigProvider does not always parse floating point scalars

0.5.0

09 Mar 08:37
Compare
Choose a tag to compare

YamlConfigProvider supports sequence of maps

0.4.10

06 Feb 20:51
Compare
Choose a tag to compare

Better YamlConfigProvider error reporting in case of duplicated keys

0.4.9

06 Jan 18:26
Compare
Choose a tag to compare

Fixed: AppSettings type provider does not read connection strings at runtime

0.4.8

19 Dec 20:18
Compare
Choose a tag to compare

Use HostingEnvironment.IsHosted to determine that AppSettings type provider is used in a Web application

0.4.7

12 Dec 17:51
Compare
Choose a tag to compare

Fixed design time memory leaks in all providers #48