sharpconfig 1.4.3

dotnet add package sharpconfig --version 1.4.3
                    
NuGet\Install-Package sharpconfig -Version 1.4.3
                    
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.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="sharpconfig" Version="1.4.3" />
                    
Directory.Packages.props
<PackageReference Include="sharpconfig" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add sharpconfig --version 1.4.3
                    
#r "nuget: sharpconfig, 1.4.3"
                    
#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.
#addin nuget:?package=sharpconfig&version=1.4.3
                    
Install sharpconfig as a Cake Addin
#tool nuget:?package=sharpconfig&version=1.4.3
                    
Install sharpconfig as a Cake Tool

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.

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 392 3/31/2015
1.4.2 160 1/31/2015
1.4.1 52 1/30/2015
1.4.0 273 9/26/2014
1.3.0 169 10/30/2013
1.2.0 52 10/29/2013

- Fixed a bug that caused comment delimiters inside string values to be ignored (issue #5).
- Added the static property Configuration.IgnoreInlineComments. The default value is false.
- Added the static property Configuration.IgnorePreComments. The default value is false.