Skip to content

Commit

Permalink
Version 5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Dec 6, 2023
1 parent 7948d0b commit 4913d03
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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/06)

**Improvements**
- [#705](https://github.com/NLog/NLog.Extensions.Logging/pull/705): Added target platform for NET 8.0 (#705) (@snakefoot)
- [#710](https://github.com/NLog/NLog.Extensions.Logging/pull/710): Improve XML docs for AddNLog and UseNLog (#710) (@snakefoot)
- [#712](https://github.com/NLog/NLog.Extensions.Logging/pull/712): Updated to NLog v5.2.7 (#712) (@snakefoot)

### Version 5.3.5 (2023/10/15)

**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.5"
$versionPrefix = "5.3.7"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
6 changes: 4 additions & 2 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netstandard1.3;netstandard1.5;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<DebugType Condition=" '$(Configuration)' == 'Debug' ">Full</DebugType>
Expand All @@ -18,7 +18,9 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<PackageReleaseNotes>
ChangeLog:

- Updated to NLog v5.2.5 (#695) (@snakefoot)
- Added target platform for NET 8.0 (#705) (@snakefoot)
- Improve XML docs for AddNLog and UseNLog (#710) (@snakefoot)
- Updated to NLog v5.2.7 (#712) (@snakefoot)

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

Expand Down

0 comments on commit 4913d03

Please sign in to comment.