Skip to content

Commit dea6e0a

Browse files
Version 1.6.2 (#409)
1 parent d7554d8 commit dea6e0a

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.MD

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

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

5+
### v1.6.2 (2020/03/16)
6+
- [#380](https://github.com/NLog/NLog.Extensions.Logging/pull/380) NLogLoggerFactory - Emulate Microsoft LoggerFactory by returning same ILogger instance (#380) (@snakefoot)
7+
- [#393](https://github.com/NLog/NLog.Extensions.Logging/pull/393) AddNLog overload with NLogProviderOptions and LoggingConfiguration (#393) (@JeffreyMercado)
8+
- [#407](https://github.com/NLog/NLog.Extensions.Logging/pull/407) Improve AddNLog with LoggingConfiguration to handle custom LogFactory-instance (#407) (@snakefoot)
9+
- [#408](https://github.com/NLog/NLog.Extensions.Logging/pull/408) Update NLog dependency to 4.6.8 (#408) (@304NotModified)
10+
511
### v1.6.1 (2019/10/19)
612
- [#350](https://github.com/NLog/NLog.Extensions.Logging/pull/350) Fixed conflict issue between UseNLog and default log providers (@snakefoot)
713

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.1"
5+
$versionPrefix = "1.6.2"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
1818
</Description>
1919
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
2020
<PackageReleaseNotes>
21-
- Support .NET Core 3.0 (@304NotModified)
22-
- ILoggerFactory is obsolete in .NET Core 3. Instead use ILoggingBuilder.AddNLog (#342) (@snakefoot)
23-
- Added AddNLog with functor to create/initialize LogFactory for NLogLoggingProvider (@snakefoot)
24-
- Introduce AddNLog with NLog-config parameter (#344) (@snakefoot)
25-
- Minor optimizations in parsing of LogEvent property-names
21+
- NLogLoggerFactory - Emulate Microsoft LoggerFactory by returning same ILogger instance (#380) (@snakefoot)
22+
- AddNLog overload with NLogProviderOptions and LoggingConfiguration (#393) (@JeffreyMercado)
23+
- Improve AddNLog with LoggingConfiguration to handle custom LogFactory-instance (#407) (@snakefoot)
24+
- Update NLog dependency to 4.6.8 (#408) (@304NotModified)
2625

2726
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2827
</PackageReleaseNotes>

0 commit comments

Comments
 (0)