Skip to content

Commit

Permalink
Version 5.3.15 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Nov 21, 2024
1 parent e8693a4 commit 9364343
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](

Date format: (year/month/day)

### Version 5.3.15 (2024/11/21)

- **NLog.Web.AspNetCore**
- [#1066](https://github.com/NLog/NLog.Web/pull/1066) UseNLog Allow fallback to only EnvironmentName for NLog config (#1066) (@snakefoot)
- [#1067](https://github.com/NLog/NLog.Web/pull/1067) Updated dependency NLog.Extensions.Logging v5.3.15 (#1067) (@snakefoot)

### Version 5.3.14 (2024/09/23)

- **NLog.Web.AspNetCore**
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.14" # Also update version for minor versions in appveyor.yml
$versionPrefix = "5.3.15" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down
6 changes: 3 additions & 3 deletions src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog
<PackageReleaseNotes>
ChangeLog:

- UseNLog should fallback after checking ContentRoot for NLog.config (#1055) (@snakefoot)
- Updated dependency NLog.Extensions.Logging v5.3.14 (#1055) (@snakefoot)
- UseNLog Allow fallback to only EnvironmentName for NLog config (#1066) (@snakefoot)
- Updated dependency NLog.Extensions.Logging v5.3.15 (#1067) (@snakefoot)

List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html

Expand Down Expand Up @@ -73,7 +73,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
<AssemblyTitle>$(Title)</AssemblyTitle>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.14" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.15" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 9364343

Please sign in to comment.