Skip to content

Tags: Dwwwen/NLog

Tags

v4.4.2

Toggle v4.4.2's commit message
update version to 4.4.2

v4.4.1

Toggle v4.4.1's commit message
Update appveyor.yml

v4.4

Toggle v4.4's commit message
Update CHANGELOG.md

v4.4-rc2

Toggle v4.4-rc2's commit message
update changelog

v4.4-rc1

Toggle v4.4-rc1's commit message
Merge pull request NLog#1796 from NLog/improve-test-performance

Improve unit test performance

v4.3.11

Toggle v4.3.11's commit message
Merge pull request NLog#1749 from NLog/fix-UnauthorizedAccessExceptio…

…n-Android

try-catch for permission when autoloading

v5.beta.3

Toggle v5.beta.3's commit message
Update project.json

v5.beta.2

Toggle v5.beta.2's commit message
fixed unstable InternalLoggerTests.TimestampTests (NLog#1739)

* fixed unstable InternalLoggerTests.TimestampTests

* setting default timesource after internal logger tests

v5.beta.1

Toggle v5.beta.1's commit message
update build script for nlog 5

v4.3.10

Toggle v4.3.10's commit message
Fix memory leak in AppDomainWrapper (NLog#1690)

* Unsubscribe from AppDomain when closing down

* Breaking change where AppDomainWrapper no longer attaches itself to the AppDomain

* Non Breaking change where AppDomainWrapper performs lazy attachment to AppDomain