Skip to content

Commit c05b105

Browse files
Version 1.6.5 (#449)
1 parent 79b1895 commit c05b105

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.MD

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

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

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

611
### v1.6.4 (2020/05/20)
712
- [#419](https://github.com/NLog/NLog.Extensions.Logging/pull/423) LogFactory.Setup - Make RegisterConfigSettings public (#423) (@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.6.4"
5+
$versionPrefix = "1.6.5"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ 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-
- Fix ShutdownOnDispose to work with isolated LogFactory
22-
- Bump NLog to 4.7.3
21+
22+
- Fix ShutdownOnDispose to work with isolated LogFactory (#444) (@snakefoot)
23+
- Added SourceLink (#439) (@304NotModified)
24+
- Fix documentation of default (#429) (@304NotModified)
25+
- Bump NLog from 4.7.3 to 4.7.4 (#448) (@dependabot[bot])
2326

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

0 commit comments

Comments
 (0)