Change Log |
IniFileIO Documentation |
Full build version = 1.4.0.06028
No anticipated compatibility issues with the previous version.
New Methods:
Full build version = 1.3.2.11206
No anticipated compatibility issues with the previous version.
Fixes:
IniFileSectionHasData(IniFileSection) now checks for the presence of keys and/or comments.
Update to fix an issue where objects created from a blank/invalid file or string would initialize to an object containing a single empty section. The new behavior now results in an object containing no sections.
Full build version = 1.3.1.10285
Possible compatibility issue: Objects created via the IniFileCreateFromString(String, String) method. See the Fixes section below.
Updates:
IniFileSaveFile(Boolean, Boolean) throws an exception when the IniFileFileName property is not set.
Fixes:
The IniFileCreateFromString(String, String) method now deletes the temp file it creates. This will require the IniFileFileName property to be set manually if the file is going to be saved.
Full build version = 1.3.0.06215
No anticipated compatibility issues with the previous version.
New Method:
Updates:
Output is not "trimmed" to remove linebreaks on the end. This had an unintended consequence of potentially removing whitespace on key value ends.
Refactored internal methods to support the new IniFileGetOutputString(Boolean) method.
Full build version = 1.2.0.09304
No anticipated compatibility issues with the previous version. However, projects referencing the DLL may need to be recompiled due to method signature changes.
Updates:
IniFileIniFile(String, Boolean, Boolean) Constructor updated to allow setting of new properties.
New Properties:
Full build version = 1.1.0.03094
No anticipated compatibility issues with the previous version.
New Methods:
Fixes:
Documentation updated with many issues to this file addressed.
Full build version = 1.0.0.04113
Intial release.