Releases: kyrylomyr/ConfigEx
Releases · kyrylomyr/ConfigEx
ConfigEx 2.3.0
Update the default logic how library searches for the main assembly when MainConfigAssemblyAttribute is used several times within AppDomain: in this case exception will not be thrown anymore if the single MainConfigAssemblyAttribute with TestMainAssembly type is found.
ConfigEx 2.2.0
- Implemented WebConfigProvider and changed the logic how default config providers are created.
- Fixed the issue with reading Web.config.
- MainConfigAssemblyAttribute from now has the parameter to define the assembly type, so the right config provider will be used.
ConfigEx 2.1.0
Added support of ASP.NET projects using the assembly attribute MainConfigAssemblyAttribute.