v2.2.4
Maintenance release
v2.2.3 was skipped.
New APIs
- Added TryGetKey/GetKey methods to IniData
- Add possibility to pass an IniDataParser to the ctor of FileIniDataParser for consistency
Bug Fixes
- Fixed issue #88: Now you can use quotes and double quote on section names (thanks @dweldy for the fix)
Clean up
- Refactor: Separator character is now located in the IniData class
- Add Visual Studio Code files to ignore