Skip to content

Commit

Permalink
Version 5.3.12 (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Aug 12, 2024
1 parent 6a377ff commit 0d6564f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Date format: (year/month/day)

### Version 5.3.12 (2024/08/12)

**Improvements**
- [#756](https://github.com/NLog/NLog.Extensions.Logging/pull/756): Fallback to Microsoft Logging Formatter when mixing positional with structured (#756) (@snakefoot)
- [#755](https://github.com/NLog/NLog.Extensions.Logging/pull/755): NLogMessageParameterList - Optimize check of CaptureType for index operator (#755) (@snakefoot)
- [#751](https://github.com/NLog/NLog.Extensions.Logging/pull/751): NLogLoggingConfiguration - Refactor to reduce code complexity (#751) (@snakefoot)
- [#747](https://github.com/NLog/NLog.Extensions.Logging/pull/747): Added Copyright to nuget-package (#747) (@snakefoot)
- [#758](https://github.com/NLog/NLog.Extensions.Logging/pull/758): Updated to NLog v5.3.3 (#758) (@snakefoot)

### Version 5.3.11 (2024/05/07)

**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.11"
$versionPrefix = "5.3.12"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
8 changes: 6 additions & 2 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<PackageReleaseNotes>
ChangeLog:

- Fixed CallSite-Logic for NLog.Web.AspNetCore (#745) (@snakefoot)
- Fallback to Microsoft Logging Formatter when mixing positional with structured (#756) (@snakefoot)
- NLogMessageParameterList - Optimize check of CaptureType for index operator (#755) (@snakefoot)
- NLogLoggingConfiguration - Refactor to reduce code complexity (#751) (@snakefoot)
- Added Copyright to nuget-package (#747) (@snakefoot)
- Updated to NLog v5.3.3 (#758) (@snakefoot)

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

Expand Down Expand Up @@ -83,7 +87,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.3.2" />
<PackageReference Include="NLog" Version="5.3.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down

0 comments on commit 0d6564f

Please sign in to comment.