You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property and Section constructors now optionally accept an initial set of comments and blank lines.
Changes to INI formatting (Ini.Format)
Formatting removes any trailing blank lines.
Added new IniFormatOptions class to specify optional formatting rules for the Ini.Format method.
Formatting options to insert blank lines between sections and properties.
Formatting option to remove successive blank lines.
Low impact breaking change
Removed Left property from Padding class as it is not used by the BlankLine class. Instead, the Left property has been added to the specific padding classes - SectionPadding, PropertyPadding and CommentPadding.