Skip to content

Commit f2dd89e

Browse files
authored
Version 5.0 preview 2 (#536)
1 parent e8a8db6 commit f2dd89e

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.MD

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
## Change Log
22

33
Date format: (year/month/day)
4+
5+
### v5.0-preview 1 (2021/10/03)
6+
See [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html)
7+
8+
#### 👍 Enhancements
9+
10+
- [#529](https://github.com/NLog/NLog.Extensions.Logging/pull/529): NLogLoggerProvider - Always load from appsettings when possible (@snakefoot)
11+
- [#530](https://github.com/NLog/NLog.Extensions.Logging/pull/530): Replaced platform netcoreapp3.0 with netcoreapp3.1 (@snakefoot)
12+
- [#531](https://github.com/NLog/NLog.Extensions.Logging/pull/531): Fix NLogLoggingConfiguration to handle throwConfigExceptions with NLog 5.0 (@snakefoot)
13+
- [#534](https://github.com/NLog/NLog.Extensions.Logging/pull/534): Fixed spelling for IncludeActivityIdsWithBeginScope (@snakefoot)
14+
- [#535](https://github.com/NLog/NLog.Extensions.Logging/pull/535): NLogProviderOptions with support for RegisterServiceProvider (@snakefoot)
15+
416
### v5.0-preview 1 (2021/08/28)
5-
Version 5 for NLog 5
17+
See [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html)
618

719
#### 🚀 Features
820

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dotnet --version
44

55
$versionPrefix = "5.0.0"
6-
$versionSuffix = "preview.1"
6+
$versionSuffix = "preview.2"
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;
99

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,16 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1818
</Description>
1919
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
2020
<PackageReleaseNotes>
21-
22-
Version 5 for NLog 5
23-
24-
## Features
25-
- Changed LoggingConfigurationSectionName to default NLog (@snakefoot)
26-
- Add support for config variables with JsonLayout (@snakefoot)
27-
2821
## Enhancements
29-
- Reload now fully support KeepVariablesOnReload (@snakefoot)
30-
- Change default value for RemoveLoggerFactoryFilter to true (@snakefoot)
22+
- Replaced platform netcoreapp3.0 with netcoreapp3.1 (@snakefoot)
23+
- NLogLoggerProvider - Always load from appsettings when possible (@snakefoot)
24+
- Fix NLogLoggingConfiguration to handle throwConfigExceptions with NLog 5.0 (@snakefoot)
25+
- Fixed spelling for IncludeActivityIdsWithBeginScope (@snakefoot)
26+
- NLogProviderOptions with support for RegisterServiceProvider (@snakefoot)
3127

32-
## Performance
33-
- Update to NLog 5.0 Preview 1 with ScopeContext instead of MDLC (@snakefoot)
34-
- Remove startup overhead caused by enumerating all assemblies for callsite logic (@snakefoot)
35-
- NLogLogger - Reduce allocation by not boxing EventId when CaptureEntireEventId = false (@snakefoot)
3628
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
29+
30+
NLog 5 release post: https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html
3731
</PackageReleaseNotes>
3832
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
3933
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>

0 commit comments

Comments
 (0)