ini 1.0.7

dotnet add package ini --version 1.0.7
NuGet\Install-Package ini -Version 1.0.7
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" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ini --version 1.0.7
#r "nuget: ini, 1.0.7"
#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 ini as a Cake Addin
#addin nuget:?package=ini&version=1.0.7

// Install ini as a Cake Tool
#tool nuget:?package=ini&version=1.0.7

This INI file handler is a single class that add instant INI reading and writing to your projects.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 3.5

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 753 7/2/2013
1.0.6 52 7/2/2013
1.0.5 50 6/12/2013
1.0.4 48 6/12/2013
1.0.3 50 6/12/2013
1.0.2 49 6/12/2013
1.0.1 50 6/12/2013
1.0.0 60 6/12/2013

No longer strip comments ";" on Save()