SharpConfig is an easy to use cfg/ini configuration library for .NET.
You can use SharpConfig to read, modify and save configuration files and streams, in either text or binary format.
Install via:
- .NET CLI:
> dotnet add package sharpconfig
- Package Manager:
> NuGet\Install-Package sharpconfig
- Download latest
The documentation is available on the home page.