8000 Version 5.3.10 (#743) · NLog/NLog.Extensions.Logging@634f6d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 634f6d3

Browse files
authored
Version 5.3.10 (#743)
1 parent f4fd0ef commit 634f6d3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
### Version 5.3.10 (2024/04/30)
6+
**Improvements**
7+
- [#742](https://github.com/NLog/NLog.Extensions.Logging/pull/742): Improve auto ordering of variables-section when dependent variables (#742) (@snakefoot)
8+
- [#743](https://github.com/NLog/NLog.Extensions.Logging/pull/743): Updated to NLog v5.3.2 (#743) (@snakefoot)
9+
510
### Version 5.3.9 (2024/04/27)
611
**Improvements**
712
- [#724](https://github.com/NLog/NLog.Extensions.Logging/pull/724): Skipping empty config sections without throwing exceptions (#724) (@RodionovDmitry)

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

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1818
<PackageReleaseNotes>
1919
ChangeLog:
2020

21-
- Skipping empty config sections without throwing exceptions (#724) (@RodionovDmitry)
22-
- Auto ordering of variables-section when dependent variables (#737) (@snakefoot)
23-
- Updated to NLog v5.3.1 (#741) (@snakefoot)
21+
- Improve auto ordering of variables-section when dependent variables (#742) (@snakefoot)
22+
- Updated to NLog v5.3.2 (#743) (@snakefoot)
2423

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

@@ -83,7 +82,7 @@ List of major changes in NLog 5.0: https://nlog-project.org/2021/08/25/nlog-5-0-
8382
</PropertyGroup>
8483

8584
<ItemGroup>
86-
<PackageReference Include="NLog" Version="5.3.1" />
85+
<PackageReference Include="NLog" Version="5.3.2" />
8786
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
8887
</ItemGroup>
8988
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)
0