Skip to content

v2.2.1

Compare
Choose a tag to compare
@rickyah rickyah released this 06 Jun 19:51
· 137 commits to development since this release

Maintenance Release

New APIs

  • Adds a bump-version scripts that automates setting the version in the AssemblyInfo.cs file
  • AssemblyInfo.cs file is now shared between the IniParser and IniParser.Tests assemblies so the versions of both files match

Fixes

  • Correctly counts line numbers with either windows or unix line endings #81 (thanks @mbcrawfo)
  • Updates the AssemblyInfo version number
  • ParsingExceptions now prints out the current version of the library (retrieved from AssemblyInfo)