IniWrapper 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package IniWrapper --version 2.1.0
NuGet\Install-Package IniWrapper -Version 2.1.0
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="IniWrapper" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IniWrapper --version 2.1.0
#r "nuget: IniWrapper, 2.1.0"
#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 IniWrapper as a Cake Addin
#addin nuget:?package=IniWrapper&version=2.1.0

// Install IniWrapper as a Cake Tool
#tool nuget:?package=IniWrapper&version=2.1.0

IniWrapper uses reflection to bind value read from ini file to provided model. The purpose of this library is NOT parsing ini file, but to wrap it to provide easier use of existing parsing libraries. In configuration there is possibility to pass IniParser interface, which is used as file access layer. This library provides class that wraps Windows C++ methods to retrieve values from ini file.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IniWrapper:

Package Downloads
IniWrapper.ini-parser

Extension on IniWrapper that uses Ini-parser library to parse ini files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 4,802 2/8/2019
4.0.0 724 1/26/2019
3.1.0 781 12/20/2018
3.0.0 730 12/12/2018
2.1.0 863 9/16/2018
2.0.0 855 7/22/2018
1.1.0 1,228 7/10/2018
1.0.0-CI-20180610-103540 777 6/10/2018

- Added suppot for CustomConverter
- Fixed handling IEnumerable and IDictionary
- Support of ComplexType in IEnumerable