Skip to content

Commit f1fbded

Browse files
Release 1.6.4 (#428)
1 parent 90edab1 commit f1fbded

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.MD

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

55

6+
### v1.6.5 (2020/05/20)
7+
- [#419](https://github.com/NLog/NLog.Extensions.Logging/pull/423) LogFactory.Setup - Make RegisterConfigSettings public (#423) (@snakefoot)
8+
- [#411](https://github.com/NLog/NLog.Extensions.Logging/pull/426) Bump NLog to 4.7.2 (#426) (@dependabot-preview[bot])
9+
610
### v1.6.3 (2020/05/11)
711
- [#419](https://github.com/NLog/NLog.Extensions.Logging/pull/419) Reading JSON config - Trim keys as Json allows spaces in keys (#419) (@snakefoot)
812
- [#411](https://github.com/NLog/NLog.Extensions.Logging/pull/411) Bump NLog to 4.7.0 (#411) (@dependabot-preview[bot])

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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-
- Reading JSON config - Trim keys as Json allows spaces in keys (#419) (@snakefoot)
22-
- Bump NLog to 4.7.0 (#411) (@dependabot-preview[bot])
23-
- Introduced LoadConfigurationFromSection extension method for LogFactory.Setup (#410, #412, #418) (@snakefoot)
21+
- LogFactory.Setup - Make RegisterConfigSettings public (#423) (@snakefoot)
22+
- Bump NLog to 4.7.2 (#426) (@dependabot-preview[bot])
23+
2424
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2525
</PackageReleaseNotes>
2626
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>

0 commit comments

Comments
 (0)