Skip to content

v2.2.0

Compare
Choose a tag to compare
@rickyah rickyah released this 31 May 17:44
· 73 commits to master since this release

Changelog:

  • Automatic nuget packaging using the CLI script nuget-pack #80
  • Implements a parser that concatenates duplicated keys in a section #79
  • Allows access to ini file elements using case insensitive names #78
  • Provide better error messages when parsing fails #75
  • This PR introduces a new API for checking errors #74
  • Changed the FileShare attribute of the FileStream to ReadWrite in FileIniParser #68
  • Allow deleting all comments #61
  • Fixes #69: support concatenate duplicate keys. #70
  • Fixes #66 ArgumentNullException when parsing sectionless ini file with comments at the end