We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5319ca commit 8755420Copy full SHA for 8755420
2 files changed
CHANGELOG.MD
@@ -2,6 +2,8 @@
2
3
Date format: (year/month/day)
4
5
+### v1.6.1 (2019/10/19)
6
+- [#350](https://github.com/NLog/NLog.Extensions.Logging/pull/350) Fixed conflict issue between UseNLog and default log providers (@snakefoot)
7
8
### v1.6.0 (2019/10/07)
9
- [#332](https://github.com/NLog/NLog.Extensions.Logging/pull/332) Support .NET Core 3.0 (@304NotModified)
build.ps1
@@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version
-$versionPrefix = "1.6.0"
+$versionPrefix = "1.6.1"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
0 commit comments