Skip to content

New release

Compare
Choose a tag to compare
@MarioZ MarioZ released this 21 Jan 20:57
· 39 commits to master since this release

Release Notes:

  • Added support for converting IniKey.Value via TryParseValue(out T). Type's support can be checked by IsSupportedValueType(Type) or read its remarks in documentation.
  • Small performance improvement on reading and writing an INI file.
  • Added support for creating IniSection's Keys from Dictionary<string, string> and creating IniKey from KeyValuePair<string, string>.
  • Added support for loading file via TextReader and saving file via TextWriter.