Skip to content

Commit

Permalink
Version 1.6.5 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Aug 27, 2020
1 parent 79b1895 commit c05b105
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Date format: (year/month/day)

### v1.6.5 (2020/08/27)
- [#444](https://github.com/NLog/NLog.Extensions.Logging/pull/444) Fix ShutdownOnDispose to work with isolated LogFactory (#444) (@snakefoot)
- [#439](https://github.com/NLog/NLog.Extensions.Logging/pull/439) Added SourceLink (#439) (@304NotModified)
- [#429](https://github.com/NLog/NLog.Extensions.Logging/pull/429) Fix documentation of default (#429) (@304NotModified)
- [#448](https://github.com/NLog/NLog.Extensions.Logging/pull/448) Bump NLog from 4.7.3 to 4.7.4 (#448) (@dependabot[bot])

### v1.6.4 (2020/05/20)
- [#419](https://github.com/NLog/NLog.Extensions.Logging/pull/423) LogFactory.Setup - Make RegisterConfigSettings public (#423) (@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.6.4"
$versionPrefix = "1.6.5"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
7 changes: 5 additions & 2 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
</Description>
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
<PackageReleaseNotes>
- Fix ShutdownOnDispose to work with isolated LogFactory
- Bump NLog to 4.7.3

- Fix ShutdownOnDispose to work with isolated LogFactory (#444) (@snakefoot)
- Added SourceLink (#439) (@304NotModified)
- Fix documentation of default (#429) (@304NotModified)
- Bump NLog from 4.7.3 to 4.7.4 (#448) (@dependabot[bot])

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

0 comments on commit c05b105

Please sign in to comment.