New release
Release Notes:
- Reduced memory footprint.
- Fixed issue with using IniItemCollection.Clear and then adding any of previous IniItems to IniItemCollection.
- Added support for mapping specific IniKey.Value to specific result object with IniFile.ValueMappings.
Mapped results have priority over parsing the value when using IniKey.TryParseValue methods. - Fixed issue with parsing key's value to enum.
- Added support for enums, decimals, arrays and lists in TryParseValue.
- Performance improvements on TryParseValue methods.