Skip to content

Commit

Permalink
Version 5.1.0 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Oct 25, 2022
1 parent 326979b commit 1dec03b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Date format: (year/month/day)

### Version 5.1.0 (2022/10/26)

**Improvements**
- [#629](https://github.com/NLog/NLog.Extensions.Logging/pull/629): Replace NetCoreApp31 + Net50 with NetStandard2.1 + Net60 (@snakefoot)
- [#628](https://github.com/NLog/NLog.Extensions.Logging/pull/628): MicrosoftConsoleJsonLayout - Skip string-allocation for timestamp-output (@snakefoot)
- [#627](https://github.com/NLog/NLog.Extensions.Logging/pull/627): LoadConfigurationFromSection should RegisterConfigSettings without configuration assign (@snakefoot)
- [#630](https://github.com/NLog/NLog.Extensions.Logging/pull/630): Bump NLog from 5.0.4 to 5.0.5 (@snakefoot)

### Version 5.0.4 (2022/09/01)

**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.0.4"
$versionPrefix = "5.1.0"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
8 changes: 5 additions & 3 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
</Description>
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
<PackageReleaseNotes>
- NLog.ExtensionsHosting loads NLog.config from ContentRootPath as last fallback (#617) (@snakefoot)
- Bump NLog from 5.0.2 to 5.0.3 (#619) (@snakefoot)
- Replace NetCoreApp31 + Net50 with NetStandard2.1 + Net60 (#629) (@snakefoot)
- MicrosoftConsoleJsonLayout - Skip string-allocation for timestamp-output (#628) (@snakefoot)
- LoadConfigurationFromSection should RegisterConfigSettings without configuration assign (#627) (@snakefoot)
- Bump NLog from 5.0.4 to 5.0.5 (#630) (@snakefoot)

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

Expand Down Expand Up @@ -70,7 +72,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.0.4" />
<PackageReference Include="NLog" Version="5.0.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down

0 comments on commit 1dec03b

Please sign in to comment.