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.
#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 (32)

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

Package Downloads
PureCloudPlatform.Client.V2

A .NET library to interface with the PureCloud Public API

PA.Configuration

1.0.0

AMaaS.Core

Asset Management as a Service - Core SDK

D1-dexi-rest-adapter

Package Description

PA.Utilities.InnoSetupTask

Build innosetup iss file with project details

GitHub repositories (25)

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.
pungin/Beanfun
繽放 - 樂豆第三方客戶端
SoapboxRaceWorld/GameLauncher_NFSW
An unofficial launcher for Need for Speed: World (https://launcher.worldunited.gg / https://soapboxrace.world)
darklinkpower/PlayniteExtensionsCollection
Collection of extensions made for Playnite.
sonatype-nexus-community/DevAudit
Open-source, cross-platform, multi-purpose security auditing tool
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
mhwlng/streamdeck-elite
Elgato Stream Deck plugin for Elite Dangerous
jexuswebserver/JexusManager
Jexus Manager http://jexusmanager.com
SerGreen/Appacker
Tool for making single .exe application packages
usaginya/MoeLoader-Delta
Improved branching version of MoeLoader
dafzor/bnetlauncher
Launcher utility to help start battle.net games with the steam overlay.
mir-ethernity/mir-eternal
nefarius/Legacinator
The one and only Legacinator.
ohhsodead/arisen-studio
Browse, Download and Install Mods for PlayStation 3 & Xbox 360
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 2,574,203 7/23/2017
2.5.0 5,976 7/16/2017
2.4.0 121,916 2/21/2017
2.3.0 91,747 6/1/2016
2.2.4 84,778 12/9/2015
2.2.2 44,710 6/13/2015
2.2.1 4,267 6/7/2015
2.2.0 4,452 5/31/2015
2.1.1 38,680 5/28/2014
2.1.0 11,695 4/18/2014
2.0.2 16,757 2/5/2014
2.0.0 11,147 1/20/2014
1.7.1 24,619 6/6/2012
1.7.0 3,830 10/5/2011
1.6.0 4,129 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