Skip to content

Commit

Permalink
Release 1.7.2 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Mar 26, 2021
1 parent dcd68d7 commit 4bd1909
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Date format: (year/month/day)

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

### v1.7.1 (2021/02/26)

- [#476](https://github.com/NLog/NLog.Extensions.Logging/pull/476) MicrosoftILoggerTarget - Add support for override LoggerName when using ILoggerFactory (#476) (@snakefoot)
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "1.7.1"
$versionPrefix = "1.7.2"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
12 changes: 5 additions & 7 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
<PackageReleaseNotes>

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

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

0 comments on commit 4bd1909

Please sign in to comment.