Skip to content

Releases: fsprojects/FSharp.Configuration

1.5.0

15 Jun 13:18
Compare
Choose a tag to compare

Tweak INI File Parser to allow semicolon characters inside string values (thanks @zakakula!).
NOTE: This will result in comments no longer being valid beside string values, instead comments should go on a line above the key-value pair

1.3.0

14 Jun 09:32
Compare
Choose a tag to compare

Explicit dependency on FSharp.Core
Target .NET 4.5
Target FSharp.Core 4.0.0.1

1.2.0

20 May 08:19
Compare
Choose a tag to compare

FSharp.Core 4.4.1.0

1.1.0

12 May 17:00
Compare
Choose a tag to compare

Mono 5 support

1.0.1

22 Apr 05:59
Compare
Choose a tag to compare

NuGet package targets .NET 4.6

1.0.0

12 Apr 18:22
Compare
Choose a tag to compare

YamlConfig provider: add InferTypesFromStrings optional parameter

0.5.12

01 Mar 05:34
Compare
Choose a tag to compare

Added support for data in int64 to YamlConfigProvider

0.5.11

24 Feb 19:30
Compare
Choose a tag to compare

Add Path.GetFullPath to the filePath calculation in YamlConfigProvider

0.5.10

20 Jan 19:38
Compare
Choose a tag to compare

Yaml provider: added event to monitor errors in parsing from LoadAndWatch

0.5.9

02 Jan 11:18
Compare
Choose a tag to compare

Yaml provider handle nested lists