Skip to content

Version 1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 12:31
· 7 commits to main since this release
  • Properties whose values are null are now always serialized with a value attribute. Thanks to @southernprogrammer for reporting this issue. See the Null text documentation in the README for more information.

Before (1.3.1)

<log4net:properties>
  <log4net:data name="key" />
</log4net:properties>

After (1.4.0)

<log4net:properties>
  <log4net:data name="key" value="(null)" />
</log4net:properties>