Skip to content

Commit

Permalink
Version 5.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Dec 29, 2023
1 parent c405806 commit 75ce2a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Date format: (year/month/day)

### Version 5.3.7 (2023/12/29)

**Improvements**
- [#719](https://github.com/NLog/NLog.Extensions.Logging/pull/719): Fixed IncludeActivityIdsWithBeginScope to work with NET 8.0 (#719) (@Owen-Krueger)
- [#714](https://github.com/NLog/NLog.Extensions.Logging/pull/714): UseNLog includes EnvironmentName when loading NLog config (#714) (@snakefoot)
- [#720](https://github.com/NLog/NLog.Extensions.Logging/pull/720): Updated to NLog v5.2.8 (#720) (@Osnakefoot)

### Version 5.3.7 (2023/12/06)

**Improvements**
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "5.3.7"
$versionPrefix = "5.3.8"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
8 changes: 4 additions & 4 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<PackageReleaseNotes>
ChangeLog:

- Added target platform for NET 8.0 (#705) (@snakefoot)
- Improve XML docs for AddNLog and UseNLog (#710) (@snakefoot)
- Updated to NLog v5.2.7 (#713) (@snakefoot)
- Fixed IncludeActivityIdsWithBeginScope to work with NET 8.0 (#719) (@Owen-Krueger)
- UseNLog includes EnvironmentName when loading NLog config (#714) (@snakefoot)
- Updated to NLog v5.2.8 (#720) (@Osnakefoot)

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

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

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.7" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down

0 comments on commit 75ce2a2

Please sign in to comment.