sharpconfig 1.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package sharpconfig --version 1.4.1
NuGet\Install-Package sharpconfig -Version 1.4.1
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.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sharpconfig --version 1.4.1
#r "nuget: sharpconfig, 1.4.1"
#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.4.1

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

SharpConfig is an easy-to-use CFG/INI configuration library for .NET.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on sharpconfig:

Package Downloads
Chuma.AlphaMS.Aliyun

初码-AlphaMS开发库-阿里云库

Etor.Infrastructure

Package Description

Karpach.Remote.Commands.Base

Base class for Remote Controller commands (Karpach.Remote.Commander)

EasyLOB.Extensions.Ini

EasyLOB Extensions INI

Kitty.Common_framework

this library contains log config inject database

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
3.2.9.1 74,391 5/20/2020
3.2.9 1,504 5/19/2020
3.2.8 100,861 4/9/2018
3.2.6.1 2,595 3/8/2018
3.2.6 2,174 3/4/2018
3.2.5 2,320 12/12/2017
3.2.4 1,682 12/11/2017
3.2.3 1,663 12/7/2017
3.2.1 1,638 12/6/2017
3.2.0 3,031 7/7/2017
3.1.0 3,721 3/31/2017
3.0.1 2,686 12/5/2016
3.0.0 1,645 12/4/2016
2.1.0 5,459 11/7/2016
2.0.1 2,164 9/5/2016
2.0.0 2,948 8/21/2016
1.5.6 5,761 7/12/2016
1.5.5 4,336 6/1/2016
1.5.4 5,118 4/21/2016
1.5.3 1,704 4/11/2016
1.5.2 2,238 3/22/2016
1.5.1 1,679 3/4/2016
1.5.0 1,636 3/3/2016
1.4.9 7,363 12/16/2015
1.4.8 2,189 12/4/2015
1.4.7 1,947 11/30/2015
1.4.6 1,929 11/29/2015
1.4.4 2,240 8/28/2015
1.4.3 4,180 3/31/2015
1.4.2 1,926 1/31/2015
1.4.1 1,725 1/30/2015
1.4.0 2,474 9/26/2014
1.3.0 2,664 10/30/2013
1.2.0 1,906 10/29/2013

-   Implemented pre-comments; all comments are now properly read and serialized (issue #3).
-   Comments are now also (de)serialized in SaveBinary/LoadBinary.
-   Removed the global section from Configuration; all settings now have to be in a section.
-   Removed the IsCaseSensitive property from the Configuration class; SharpConfig is now case-insensitive.
-   Added the "LoadBinary" method to the Configuration class.
-   Improved the documentation.