Skip to content

v1.3.0

Compare
Choose a tag to compare
@JeevanJames JeevanJames released this 02 Dec 21:17
· 99 commits to master since this release

Change log

  • New global configuration option added using the Ini.Config property.

    • Configs to allow the hash symbol (#) to be used to prefix a comment.
    • Configs to globally set the padding defaults for sections, properties and comments.
  • Added support for .NET 3.5, .NET 4.0 and .NET 4.5 targets.

  • Reduced the netstandard level from netstandard20 to netstandard1.3 to support a wider range of platforms.

  • Section and property names now allow more characters such as :, #, ., ~ and $.