Skip to content

Commit

Permalink
Release 1.7.0 (#462)
Browse files Browse the repository at this point in the history
* Release 1.7.0

* Update NLog.Extensions.Logging.csproj

* Update CHANGELOG.MD

* Update CHANGELOG.MD

* Update NLog.Extensions.Logging.csproj
  • Loading branch information
304NotModified authored Dec 29, 2020
1 parent 41b4a13 commit 53f8c72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Date format: (year/month/day)

### v1.7.0 (2020/12/30)
- [#456](https://github.com/NLog/NLog.Extensions.Logging/pull/456) Added NLogProviderOptions.IncludeActivtyIdsWithBeginScope and added .NET 5 build (#456) (@snakefoot)
- [#451](https://github.com/NLog/NLog.Extensions.Logging/pull/451) NLogBeginScopeParser - Reduce allocation for BeginScope with message template (#451) (@snakefoot)
- [#461](https://github.com/NLog/NLog.Extensions.Logging/pull/461) Move to PackageIcon and PackageLicenseExpression for NuGet package (#461) (@snakefoot)
- [#450](https://github.com/NLog/NLog.Extensions.Logging/pull/458) Bump NLog from 4.7.4 to 4.7.6 (#450, #458) (@dependabot[bot])

### 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)
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.5"
$versionPrefix = "1.7.0"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
8 changes: 4 additions & 4 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
<PackageReleaseNotes>

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

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

0 comments on commit 53f8c72

Please sign in to comment.