fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Added support for data in int64 to YamlConfigProvider #91

Closed rasmusm closed 8 years ago

rasmusm commented 8 years ago

This add support for a yaml file like: maxintX10: 21474836470 this also requires a bump of yamlsharp from 1.5.2 to 1.5.3 do to https://github.com/xoofx/SharpYaml/issues/14

vasily-kirichenko commented 8 years ago

Thanks! Published in NuGet 0.5.12