Skip to content

Releases: kyrylomyr/ConfigEx

ConfigEx 2.3.0

13 Sep 12:09
Compare
Choose a tag to compare

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

13 Mar 15:25
Compare
Choose a tag to compare
  • 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

04 Dec 00:40
Compare
Choose a tag to compare

Added support of ASP.NET projects using the assembly attribute MainConfigAssemblyAttribute.