Skip to content

Commit 759c5c2

Browse files
Version 1.3 (#247)
1 parent 7f99b71 commit 759c5c2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Date format: (year/month/day)
44

55

6+
### v1.3 (2018/09/22)
7+
- [#245](https://github.com/NLog/NLog.Extensions.Logging/pull/245) Added ${configsetting} for appsettings.json and others (@snakefoot)
8+
- [#246](https://github.com/NLog/NLog.Extensions.Logging/pull/246) Fixing bug throwing ArgumentOutOfRangeException if input is empty list (@thorhalvor)
9+
- [#236](https://github.com/NLog/NLog.Extensions.Logging/pull/236) BeginScope always return scope-object even on error (@snakefoot)
10+
- [#243](https://github.com/NLog/NLog.Extensions.Logging/pull/243) Enhancements for .NET Core 2 examples (@bryan5989)
11+
612
### v1.2.1 (2018/08/05)
713
- [#233](https://github.com/NLog/NLog.Extensions.Logging/pull/233) Fixed null-reference-exception when parsing empty scope-property collection (@snakefoot)
814
- [#232](https://github.com/NLog/NLog.Extensions.Logging/pull/232) BeginScope: support for non-serializable objects + performance improvement (20-50% cpu, 35% times less allocations) (#232) (@snakefoot)

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
2020
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
2121
<PackageReleaseNotes>
2222

23-
- Fixed null-reference-exception when parsing empty scope-property collection (@snakefoot)
24-
- BeginScope: support for non-serializable objects + performance improvement (20-50% cpu, 35% times less allocations) (#232) (@snakefoot)
25-
- BeginScope should accept any type of KeyValuePair (Swallow exceptions) (@snakefoot)
23+
- Added ${configsetting} for appsettings.json and others (@snakefoot)
24+
- Fixing bug throwing ArgumentOutOfRangeException if input is empty list (@thorhalvor)
25+
- BeginScope always return scope-object even on error (@snakefoot)
26+
- Enhancements for .NET Core 2 examples (@bryan5989)
2627

2728
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2829

0 commit comments

Comments
 (0)