Skip to content

Commit e95fabc

Browse files
committed
Version 5.2.5
1 parent 8a8941f commit e95fabc

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5-
### Version 5.2.2 (2023/03/28)
5+
### Version 5.2.5 (2023/05/25)
6+
7+
**Improvements**
8+
- [#670](https://github.com/NLog/NLog.Extensions.Logging/pull/670): Updated to NLog v5.1.5 (@snakefoot)
9+
10+
### Version 5.2.3 (2023/03/28)
611

712
**Improvements**
813
- [#662](https://github.com/NLog/NLog.Extensions.Logging/pull/662): NLogBeginScopeParser - Skip capture of nested state when List + Array + Dictionary (@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 = "5.2.3"
5+
$versionPrefix = "5.2.5"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1616
</Description>
1717
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
1818
<PackageReleaseNotes>
19-
- NLogBeginScopeParser - Skip capture of nested state when List + Array + Dictionary (#662) (@snakefoot)
20-
- Updated to NLog v5.1.3 (#663) (@snakefoot)
19+
- Updated to NLog v5.1.5 (#670) (@snakefoot)
2120

2221
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2322

@@ -72,7 +71,7 @@ List of major changes in NLog 5.0: https://nlog-project.org/2021/08/25/nlog-5-0-
7271
</PropertyGroup>
7372

7473
<ItemGroup>
75-
<PackageReference Include="NLog" Version="5.1.4" />
74+
<PackageReference Include="NLog" Version="5.1.5" />
7675
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
7776
</ItemGroup>
7877
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)