Releases: salaros/config-parser
Releases · salaros/config-parser
ConfigParser v0.3.8
ConfigParser v0.3.7
implements #16 - added a helper method for reading multi-line values …
ConfigParser v0.3.4
fixes #15 - Incorrect result of SetValue method
ConfigParser v0.3.3
fixing a regression in unit tests
ConfigParser v0.3.2
ConfigParser v0.3.1
just code formatting in tests
ConfigParser v0.3.0
renaming Salaros.Config namespace to Salaros.Configuration leaving NuGet package id intact
ConfigParser v0.2.12
yet another attempt to exclude helper classes from test coverage score
ConfigParser v0.2.11
fixing a critical bug with config files read from string and not a file
ConfigParser v0.2.10
improvement ConfigParser.GetValue<bool> and SetValue<bool> methods added ConfigParserSettings.BooleanConverter and covered all these changes with unit tests