Skip to content

Commit 4bd1909

Browse files
Release 1.7.2 (#497)
1 parent dcd68d7 commit 4bd1909

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.MD

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

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

5+
### v1.7.2 (2021/03/26)
6+
- [#495](https://github.com/NLog/NLog.Extensions.Logging/pull/495) Bump NLog from 4.7.8 to 4.7.9 (#495) (@dependabot[bot])
7+
- [#490](https://github.com/NLog/NLog.Extensions.Logging/pull/490) MicrosoftConsoleLayoutRenderer - For Hosting Lifetime Startup Messages (#490) (@snakefoot)
8+
- [#488](https://github.com/NLog/NLog.Extensions.Logging/pull/488) NLogLoggingConfiguration support custom section names (#488) (@anellomancante)
9+
- [#482](https://github.com/NLog/NLog.Extensions.Logging/pull/482) NLogProviderOptions - Added ReplaceLoggerFactory and RemoveLoggerFactoryFilter (#482) (@snakefoot)
10+
- [#479](https://github.com/NLog/NLog.Extensions.Logging/pull/479) Enable deterministic build (#479) (@304NotModified)
11+
512
### v1.7.1 (2021/02/26)
613

714
- [#476](https://github.com/NLog/NLog.Extensions.Logging/pull/476) MicrosoftILoggerTarget - Add support for override LoggerName when using ILoggerFactory (#476) (@snakefoot)

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

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1919
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
2020
<PackageReleaseNotes>
2121

22-
- MicrosoftILoggerTarget - Add support for override LoggerName when using ILoggerFactory (#476) (@snakefoot)
23-
- MicrosoftILoggerTarget - Reduce chance of deadlock in ILoggerFactory by caching created loggers (#470) (@snakefoot)
24-
- MicrosoftILoggerTarget - With ILoggerFactory as constructor parameter (#468) (@snakefoot)
25-
- Added unit-test for NLogProviderOptions.IncludeActivtyIdsWithBeginScope (#463) (@snakefoot)
26-
- Update Nuget package description with ASP.NET Core so it matches NLog Package (#469) (@snakefoot)
27-
- Bump NLog from 4.7.6 to 4.7.7 (#467) (@dependabot[bot])
28-
- Bump NLog from 4.7.7 to 4.7.8 (#477) (@dependabot[bot])
22+
- Bump NLog from 4.7.8 to 4.7.9 (#495) (@dependabot[bot])
23+
- MicrosoftConsoleLayoutRenderer - For Hosting Lifetime Startup Messages (#490) (@snakefoot)
24+
- NLogLoggingConfiguration support custom section names (#488) (@anellomancante)
25+
- NLogProviderOptions - Added ReplaceLoggerFactory and RemoveLoggerFactoryFilter (#482) (@snakefoot)
26+
- Enable deterministic build (#479) (@304NotModified)
2927

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

0 commit comments

Comments
 (0)