Skip to content

Releases: djonasdev/NLogViewer

v2.0.1: downgrade SDK

28 Jun 06:20
5fde391
Compare
Choose a tag to compare
  • fixed PresentationFramework dependency #84

v2.0.0: .NET6

27 Jun 09:29
800c749
Compare
Choose a tag to compare

updated to .NET6

Update dependencies

13 Oct 07:58
75a5dc8
Compare
Choose a tag to compare

Changes:

Others:

  • #44: Bump NLog from 4.6.8 to 4.7.5
  • #45: Bump System.Reactive from 4.3.2 to 4.4.1

GitHub workflow implemented

12 Oct 09:04
74bb509
Compare
Choose a tag to compare
  • No code changes!
  • GitHub workflow implemented (#33)

Usecase in non windows implemented

08 Oct 07:28
a5707ff
Compare
Choose a tag to compare
  • bugfix: null check if there is no parent window implemented (#30)

Added MIT License

17 Sep 08:13
1845bd9
Compare
Choose a tag to compare
  • added a license file to the project and nuget package (#27)

Fixed disposing mechanism if VisualParent changed

19 Feb 11:12
b4b2b0a
Compare
Choose a tag to compare
  • bugfix in how to handle VisualParent changes

Multiple subscribing fixed

17 Feb 09:35
5bf556d
Compare
Choose a tag to compare
  • Solved multiple subscribing in the LoadedEventHandler
  • Added a disposing mechanism

New Features

10 Feb 12:18
4adbf27
Compare
Choose a tag to compare
  • implement custom message resolver
  • multiple instance support
  • auto adjust colum width fixed

Support for NetCoreApp 3.0/3.1

03 Feb 09:04
7b8bcad
Compare
Choose a tag to compare
  • added support for netcoreapp 3.0 / netcoreapp 3.1
  • updated dependencies to NLog v4.5 / System.Reactive v4.2
  • refactoring project