IniWrapper 2.0.0
See the version list below for details.
dotnet add package IniWrapper --version 2.0.0
NuGet\Install-Package IniWrapper -Version 2.0.0
<PackageReference Include="IniWrapper" Version="2.0.0" />
paket add IniWrapper --version 2.0.0
#r "nuget: IniWrapper, 2.0.0"
// Install IniWrapper as a Cake Addin #addin nuget:?package=IniWrapper&version=2.0.0 // Install IniWrapper as a Cake Tool #tool nuget:?package=IniWrapper&version=2.0.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 | Versions 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. |
-
.NETCoreApp 2.0
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
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.
- Added Settings to configure default behaviour of library
Breaking changes:
- Changed IniWrapperFactory method to CreateWithDefaultIniParser
- fixed typo in CollectionOfComplexTypeException