sharpconfig 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package sharpconfig --version 1.2.0
NuGet\Install-Package sharpconfig -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sharpconfig" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sharpconfig --version 1.2.0
#r "nuget: sharpconfig, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sharpconfig as a Cake Addin
#addin nuget:?package=sharpconfig&version=1.2.0

// Install sharpconfig as a Cake Tool
#tool nuget:?package=sharpconfig&version=1.2.0

SharpConfig is an easy to use configuration library for .NET
(C#, VB.NET, IronPython...).

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on sharpconfig:

Repository Stars
micahmo/WgServerforWindows
Wg Server for Windows (WS4W) is a desktop application that allows running and managing a WireGuard server endpoint on Windows
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
Version Downloads Last updated
1.4.3 391 3/31/2015
1.4.2 159 1/31/2015
1.4.1 51 1/30/2015
1.4.0 210 9/26/2014
1.3.0 282 10/30/2013
1.2.0 56 10/29/2013

You can use SharpConfig in your .NET applications to add the functionality to read, modify and save configuration (.ini, .cfg) files and streams, either text or binary.