Skip to content

Commit b4dd990

Browse files
authored
Version 5.2.5 (#674)
1 parent 8a8941f commit b4dd990

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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+
- [#674](https://github.com/NLog/NLog.Extensions.Logging/pull/674): Updated to NLog v5.1.5 (@snakefoot)
9+
- [#670](https://github.com/NLog/NLog.Extensions.Logging/pull/670): Added README.md for the nuget-package (@snakefoot)
10+
11+
### Version 5.2.3 (2023/03/28)
612

713
**Improvements**
814
- [#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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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 (#674) (@snakefoot)
20+
- Added README.md for the nuget-package (#670) (@snakefoot)
2121

2222
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2323

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

7474
<ItemGroup>
75-
<PackageReference Include="NLog" Version="5.1.4" />
75+
<PackageReference Include="NLog" Version="5.1.5" />
7676
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
7777
</ItemGroup>
7878
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)