SectionConfig 0.7.0
See the version list below for details.
dotnet add package SectionConfig --version 0.7.0
NuGet\Install-Package SectionConfig -Version 0.7.0
<PackageReference Include="SectionConfig" Version="0.7.0" />
paket add SectionConfig --version 0.7.0
#r "nuget: SectionConfig, 0.7.0"
// Install SectionConfig as a Cake Addin #addin nuget:?package=SectionConfig&version=0.7.0 // Install SectionConfig as a Cake Tool #tool nuget:?package=SectionConfig&version=0.7.0
A .NET library which allows you to read and write plain-text minimal syntax configuration files. As the name implies, you can have sections and subsections as well.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. 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. |
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 121 | 2/4/2024 |
2.3.0 | 258 | 2/27/2023 |
2.2.0 | 221 | 2/27/2023 |
2.1.0 | 233 | 2/26/2023 |
2.0.0 | 221 | 2/26/2023 |
1.1.0 | 231 | 2/23/2023 |
1.0.0 | 414 | 5/28/2022 |
0.7.0 | 449 | 4/15/2022 |
0.6.0 | 432 | 4/8/2022 |
0.5.0 | 430 | 3/22/2022 |
0.4.0 | 251 | 12/30/2021 |
0.3.0 | 283 | 12/5/2021 |
0.2.0 | 283 | 11/22/2021 |
0.1.0 | 340 | 10/26/2021 |
- Fixed a bug causing a null reference exception when comparing a default CfgKey to another CfgKey, or getting its hash code
- Split StreamState into WriteStreamState and ReadStreamState
- ReadResult has been simplified, and is easier to use
- SectionCfgReader always returns a key along with a value/openlist/opensection now, so it's a bit simpler
- Keys are also returned for section open/close, list open/close, and while reading list values for convenience
- SectionCfgWriter disallows writing default(CfgKey) because that isn't a valid key