IniWrapper 4.1.0
dotnet add package IniWrapper --version 4.1.0
NuGet\Install-Package IniWrapper -Version 4.1.0
<PackageReference Include="IniWrapper" Version="4.1.0" />
paket add IniWrapper --version 4.1.0
#r "nuget: IniWrapper, 4.1.0"
// Install IniWrapper as a Cake Addin #addin nuget:?package=IniWrapper&version=4.1.0 // Install IniWrapper as a Cake Tool #tool nuget:?package=IniWrapper&version=4.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 | 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 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.0
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
-
.NETCoreApp 2.1
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
-
.NETFramework 4.5
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.5.1
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.5.2
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.1
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.2
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
-
.NETFramework 4.7.1
- System.IO.Abstractions (>= 2.1.0.178)
- System.Reflection (>= 4.3.0)
-
.NETStandard 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.
Breaking change:
- Fixed Key and Section evaluation in Enumerable of complex type