Change Log

IniFileIO

Change Log

IniFileIO Documentation
1.4.0 on June 2, 2018.

Full build version = 1.4.0.06028

No anticipated compatibility issues with the previous version.

New Methods:

1.3.2 on November 20, 2016.

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.

1.3.1 on October 28, 2015.

Full build version = 1.3.1.10285

Possible compatibility issue: Objects created via the IniFileCreateFromString(String, String) method. See the Fixes section below.

Updates:

Fixes:

1.3.0 on June 21, 2015.

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.

1.2.0 on September 30, 2014.

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:

New Properties:

1.1.0 on March 9, 2014.

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.

1.0.0 on April 11, 2013.

Full build version = 1.0.0.04113

Intial release.