Skip to content

Releases: yuriKhordal/ConfigParser

v1.1: Added Delete method

20 Apr 10:28
Compare
Choose a tag to compare
Added a 'Delete' method to both 'IConfig' interface, and 'Config' class. The
new method deletes a setting both from the file(by reading line by line
and omitting the lines with the settings in them when writing back) and
from the object.

 Readme.md - Added explanation for the new 'Delete' method, and a remark
 about > 2GB config files.

 ConfigParser:
 Config.cs - Added a 'Delete(string setting)' method to the 'IConfig'
interface, and implemented it in the 'Config' class.

 ConfigTester: (Ignore)
 Program.cs - Added debugging for the new 'Delete' method.
 config2.cfg - Changes by debugging

v1.0

19 Apr 23:32
Compare
Choose a tag to compare
Initial Commit