Skip to content

cdervis/SharpConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpConfig

logo

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.

NuGet Version NuGet Downloads

Install via:

  • .NET CLI: > dotnet add package sharpconfig
  • Package Manager: > NuGet\Install-Package sharpconfig
  • Download latest

Documentation

The documentation is available on the home page.