Skip to content

Commit d47e232

Browse files
authoredJul 4, 2023
Version 5.3.2 (#680)
1 parent ea1f5cd commit d47e232

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎CHANGELOG.MD

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
### Version 5.3.2 (2023/07/04)
6+
7+
**Improvements**
8+
- [#680](https://github.com/NLog/NLog.Extensions.Logging/pull/680): Updated to NLog v5.2.2 (@snakefoot)
9+
510
### Version 5.3.1 (2023/07/01)
611

712
**Improvements**

‎build.ps1

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1818
<PackageReleaseNotes>
1919
ChangeLog:
2020

21-
- Updated to NLog v5.2.1 (#679) (@snakefoot)
21+
- Updated to NLog v5.2.2 (#680) (@snakefoot)
2222

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

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

7979
<ItemGroup>
80-
<PackageReference Include="NLog" Version="5.2.1" />
80+
<PackageReference Include="NLog" Version="5.2.2" />
8181
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
8282
</ItemGroup>
8383
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)
Please sign in to comment.