Skip to content

Commit 3ca9430

Browse files
authored
Version 5.3.5 (#695)
1 parent e59c3cd commit 3ca9430

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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.5 (2023/10/15)
6+
7+
**Improvements**
8+
- [#695](https://github.com/NLog/NLog.Extensions.Logging/pull/695): Updated to NLog v5.2.5 (@snakefoot)
9+
510
### Version 5.3.4 (2023/09/06)
611

712
**Improvements**

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ test_script:
3737
deploy:
3838
- provider: NuGet
3939
api_key:
40-
secure: e+0IpLU3V1eXUsWCRjKGuyyeuLQYfFpv6BAoIihFQryuYZsOWVvxUBvQOC0dOL2n
40+
secure: ACKSV1ixxNpO+2k8KvNDy6hd9QmR8lkQmKn773ZIIeVpG0ywYUhY4j8LcyykVR1a
4141
on:
4242
branch: master

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

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

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

21-
- Introduced CaptureMessageParameters to skip allocating Parameters-array (#687) (@snakefoot)
22-
- Updated to NLog v5.2.4 (#687) (@snakefoot)
21+
- Updated to NLog v5.2.5 (#695) (@snakefoot)
2322

2423
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2524

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

8079
<ItemGroup>
81-
<PackageReference Include="NLog" Version="5.2.4" />
80+
<PackageReference Include="NLog" Version="5.2.5" />
8281
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
8382
</ItemGroup>
8483
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)