Skip to content

Releases: NLog/NLog.Windows.Forms

Version 6.1.0

12 Nov 23:41
c484fed

Choose a tag to compare

  • #204 Added NET10 targetplatform

Version 6.0.3

31 Oct 07:38
f04597b

Choose a tag to compare

  • #198 Optimize RichTextBox target when used together with AsyncWrapper target
  • #199 Optimize RichTextBox target to reduce enumerator allocation for row and word highlighting
  • #200 Updated NLog v6.0.3

Version 6.0.2

20 Jul 19:11
01ddbab

Choose a tag to compare

  • #195 Updated to NLog v6.0.2

Version 6.0

29 Jun 18:47
1f80032

Choose a tag to compare

  • NLog v6.0.1
  • Enabled Nullable API
  • Enabled <IsAotCompatible>
  • RichTextBoxTarget ControlName and FormName changed to Layout

Version 5.2.4

29 May 07:50
61769f9

Choose a tag to compare

  • #190 RichTextBoxTarget - Ignore Config Property TargetForm and TargetRichTextBox

Version 5.2.3

28 Jan 16:33
a6f5d43

Choose a tag to compare

  • Added NET8 as target-platform

Version 5.2.1

28 Jul 19:58
27c96f7

Choose a tag to compare

  • Updated to NLog v5.2.2 (@snakefoot)
  • Fixed NullReferenceException for RichTextBoxTarget (@snakefoot)

See also: NLog v5.2 without trim warnings, and obsoleted methods.

Version 5.2.0

08 Jun 17:56
2d57aed

Choose a tag to compare

  • Updated to NLog v5.2 (@snakefoot)
  • Added LogManager.Setup() extension method RegisterWindowsForms() (@snakefoot)

See also: NLog v5.2 without trim warnings, and obsoleted methods.

Version 5.0

20 Nov 07:52
9c48f25

Choose a tag to compare

Version 4.6

22 May 11:28
83494f0

Choose a tag to compare

  • Fixed obsolete warning in MessageBoxTarget that blocks for NLog 5 (#104) @snakefoot
  • Added ToolStripItemTarget for logging to ToolStripItem-control with Name (#87) @Fr33dan