Skip to content

Commit 8755420

Browse files
Version 1.6.1 (#351)
* Version 1.6.1
1 parent d5319ca commit 8755420

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Date format: (year/month/day)
44

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)
57

68
### v1.6.0 (2019/10/07)
79
- [#332](https://github.com/NLog/NLog.Extensions.Logging/pull/332) Support .NET Core 3.0 (@304NotModified)

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "1.6.0"
5+
$versionPrefix = "1.6.1"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

0 commit comments

Comments
 (0)