Skip to content

Commit 53f8c72

Browse files
Release 1.7.0 (#462)
* Release 1.7.0 * Update NLog.Extensions.Logging.csproj * Update CHANGELOG.MD * Update CHANGELOG.MD * Update NLog.Extensions.Logging.csproj
1 parent 41b4a13 commit 53f8c72

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.MD

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

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

5+
### v1.7.0 (2020/12/30)
6+
- [#456](https://github.com/NLog/NLog.Extensions.Logging/pull/456) Added NLogProviderOptions.IncludeActivtyIdsWithBeginScope and added .NET 5 build (#456) (@snakefoot)
7+
- [#451](https://github.com/NLog/NLog.Extensions.Logging/pull/451) NLogBeginScopeParser - Reduce allocation for BeginScope with message template (#451) (@snakefoot)
8+
- [#461](https://github.com/NLog/NLog.Extensions.Logging/pull/461) Move to PackageIcon and PackageLicenseExpression for NuGet package (#461) (@snakefoot)
9+
- [#450](https://github.com/NLog/NLog.Extensions.Logging/pull/458) Bump NLog from 4.7.4 to 4.7.6 (#450, #458) (@dependabot[bot])
10+
511
### v1.6.5 (2020/08/27)
612
- [#444](https://github.com/NLog/NLog.Extensions.Logging/pull/444) Fix ShutdownOnDispose to work with isolated LogFactory (#444) (@snakefoot)
713
- [#439](https://github.com/NLog/NLog.Extensions.Logging/pull/439) Added SourceLink (#439) (@304NotModified)

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

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

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

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])
22+
- Added NLogProviderOptions.IncludeActivtyIdsWithBeginScope and added .NET 5 build (#456) (@snakefoot)
23+
- NLogBeginScopeParser - Reduce allocation for BeginScope with message template (#451) (@snakefoot)
24+
- Move to PackageIcon and PackageLicenseExpression for NuGet package (#461) (@snakefoot)
25+
- Bump NLog from 4.7.4 to 4.7.6 (#450, #458) (@dependabot[bot])
2626

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

0 commit comments

Comments
 (0)