Epsiloner.OptionsModule
0.4.0
Prefix Reserved
dotnet add package Epsiloner.OptionsModule --version 0.4.0
NuGet\Install-Package Epsiloner.OptionsModule -Version 0.4.0
<PackageReference Include="Epsiloner.OptionsModule" Version="0.4.0" />
paket add Epsiloner.OptionsModule --version 0.4.0
#r "nuget: Epsiloner.OptionsModule, 0.4.0"
// Install Epsiloner.OptionsModule as a Cake Addin #addin nuget:?package=Epsiloner.OptionsModule&version=0.4.0 // Install Epsiloner.OptionsModule as a Cake Tool #tool nuget:?package=Epsiloner.OptionsModule&version=0.4.0
Options module for client side application that can have separate sections and these sections can be user specific or global. Can be saved to file and be loaded from file.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net7.0-windows was computed. net8.0-windows was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Epsiloner.Wpf.Core (>= 1.0.4)
-
net5.0-windows7.0
- Epsiloner.Wpf.Core (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v0.4.0
Adds .NET5.0 support.
v0.3.9
Provides paths to global and user specific option files.
v0.3.8
Added HandlerForSectionLoad that can handle inner section load exception.
v0.3.7
Section cache now can be removed.
v0.3.6
Improvements for named sections.
v0.3.5
Fixed documentation file.
v0.3.4
Added named sections.
Sections now can be removed and also unregistered.
v0.3.3
Added support to .NET v4.5, v4.6
Fixing bug when saving linked type.