Skip to content

Releases: salaros/config-parser

ConfigParser v0.3.8

Choose a tag to compare

@salaros salaros released this 29 Mar 10:32
partially fixes #17 - Hard to parse redis config file due to non sect…

ConfigParser v0.3.7

Choose a tag to compare

@salaros salaros released this 15 Mar 17:04
implements #16 - added a helper method for reading multi-line values …

ConfigParser v0.3.4

Choose a tag to compare

@salaros salaros released this 19 Dec 21:29
fixes #15 - Incorrect result of SetValue method

ConfigParser v0.3.3

Choose a tag to compare

@salaros salaros released this 07 Jun 16:02
fixing a regression in unit tests

ConfigParser v0.3.2

Choose a tag to compare

@salaros salaros released this 05 May 09:44
-

ConfigParser v0.3.1

Choose a tag to compare

@salaros salaros released this 13 Aug 07:55
just code formatting in tests

ConfigParser v0.3.0

Choose a tag to compare

@salaros salaros released this 29 Jun 10:53
renaming Salaros.Config namespace to Salaros.Configuration

leaving NuGet package id intact

ConfigParser v0.2.12

Choose a tag to compare

@salaros salaros released this 27 Jun 14:25
yet another attempt to exclude helper classes from test coverage score

ConfigParser v0.2.11

Choose a tag to compare

@salaros salaros released this 26 Jun 21:16
fixing a critical bug with config files read from string and not a file

ConfigParser v0.2.10

Choose a tag to compare

@salaros salaros released this 19 Jun 17:47
improvement ConfigParser.GetValue<bool> and SetValue<bool> methods

added ConfigParserSettings.BooleanConverter and covered all these changes with unit tests