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.
paket add sharpconfig --version 1.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install sharpconfig as a Cake Addin #addin nuget:?package=sharpconfig&version=1.4.3 // Install sharpconfig as a Cake Tool #tool nuget:?package=sharpconfig&version=1.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SharpConfig is an easy-to-use CFG/INI configuration library for .NET.
Product | Versions 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
|
- 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.