DotNetCraft.ConfigurationParser
1.0.6
Configuration Parser provides the most convenient way to read configuration files of your applications. The parser is specifically designed to easily bind custom configuration sections. All required mapping and performing casts will be made by the Configuration Parser automatically.
Install-Package DotNetCraft.ConfigurationParser -Version 1.0.6
dotnet add package DotNetCraft.ConfigurationParser --version 1.0.6
<PackageReference Include="DotNetCraft.ConfigurationParser" Version="1.0.6" />
paket add DotNetCraft.ConfigurationParser --version 1.0.6
Release Notes
1.0.6
• Changed – Elements' name now case insensitive.
• Added – New IgnorePropertyAttribute has been added.
1.0.5
• Fixed – Minor issues have been fixed.
1.0.4
• Changed – .NET version of the project. Now it is .NET 4.0.
1.0.3
• Added – TimeSpan strategy.
• Added – DateTime strategy.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.