v1.3.0
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.
- Configs to allow the hash symbol (
-
Added support for .NET 3.5, .NET 4.0 and .NET 4.5 targets.
-
Reduced the netstandard level from
netstandard20
tonetstandard1.3
to support a wider range of platforms. -
Section and property names now allow more characters such as
:
,#
,.
,~
and$
.