ini-parser 1.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ini-parser --version 1.7.1
                    
NuGet\Install-Package ini-parser -Version 1.7.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="ini-parser" Version="1.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ini-parser" Version="1.7.1" />
                    
Directory.Packages.props
<PackageReference Include="ini-parser" />
                    
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 ini-parser --version 1.7.1
                    
#r "nuget: ini-parser, 1.7.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.
#:package ini-parser@1.7.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ini-parser&version=1.7.1
                    
Install as a Cake Addin
#tool nuget:?package=ini-parser&version=1.7.1
                    
Install as a Cake Tool

This library allows to read or create INI data programmatically. --- An implementation for reading/writing INI data to and from streams, files and strings is included.

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 (31)

Showing the top 5 NuGet packages that depend on ini-parser:

Package Downloads
PA.Configuration

1.0.0

D1-dexi-rest-adapter

Package Description

AMaaS.Core

Asset Management as a Service - Core SDK

PA.Utilities.InnoSetupTask

Build innosetup iss file with project details

PatternLab.Core

Core assemblies for the .NET version of Pattern Lab

GitHub repositories (30)

Showing the top 20 popular GitHub repositories that depend on ini-parser:

Repository Stars
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
KSP-CKAN/CKAN
The Comprehensive Kerbal Archive Network
wangfreexx/wangfreexx-tianruoocr-cl-paddle
天若ocr开源版本的本地版,采用Chinese-lite和paddleocr识别框架
valheimPlus/ValheimPlus
A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
riperiperi/FreeSO
Re-implementation of The Sims Online.
darklinkpower/PlayniteExtensionsCollection
Collection of extensions made for Playnite.
SoapboxRaceWorld/GameLauncher_NFSW
An unofficial launcher for Need for Speed: World (https://launcher.worldunited.gg / https://soapboxrace.world)
RadzPrower/Zelda-3-Launcher
An all-purpose GUI tool to download, extract, compile, and launch Zelda 3 on PC.
compujuckel/AssettoServer
Custom Assetto Corsa server with focus on freeroam
sonatype-nexus-community/DevAudit
Open-source, cross-platform, multi-purpose security auditing tool
mhwlng/streamdeck-elite
Elgato Stream Deck plugin for Elite Dangerous
jexuswebserver/JexusManager
Jexus Manager http://jexusmanager.com
ohhsodead/arisen-studio
Browse, Download and Install Mods for PlayStation 3 & Xbox 360
SerGreen/Appacker
Tool for making single .exe application packages
mir-ethernity/mir-eternal
nefarius/Legacinator
The one and only Legacinator.
usaginya/MoeLoader-Delta
Improved branching version of MoeLoader
dafzor/bnetlauncher
Launcher utility to help start battle.net games with the steam overlay.
TeamWheelWizard/WheelWizard
WheelWizard, Retro Rewind Launcher
theawesomecoder61/Blacksmith
Blacksmith is a tool for viewing, extracting, and converting textures, 3D models, and sounds from Assassin's Creed: Odyssey/Origins/Valhalla and Steep.
Version Downloads Last Updated
2.5.2 3,165,038 7/23/2017
2.5.0 6,382 7/16/2017
2.4.0 189,088 2/21/2017
2.3.0 96,485 6/1/2016
2.2.4 89,586 12/9/2015
2.2.2 47,520 6/13/2015
2.2.1 4,841 6/7/2015
2.2.0 5,062 5/31/2015
2.1.1 45,241 5/28/2014
2.1.0 12,100 4/18/2014
2.0.2 26,563 2/5/2014
2.0.0 11,474 1/20/2014
1.7.1 28,008 6/6/2012
1.7.0 4,168 10/5/2011
1.6.0 5,731 10/5/2011

v1.7.1
   
   Features
   * Configured project options for mono build
   
   Defects
   * Fixed 13: Unreachable code in StreamIniDataParser.cs
   * Fixed 14: Doesn't work with ini-files without sections
   * Fixed 15: sections with same name
   * Fixed 17: Parsing ini-file with curly brackets in section name fails