Skip to content

Commit

Permalink
Version 1.7.4 (#518)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.MD

* Update build.ps1

* Update NLog.Extensions.Logging.csproj

* Update NLog.Extensions.Logging.csproj
  • Loading branch information
304NotModified authored Aug 25, 2021
1 parent 39b9ce0 commit e2bffa9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Date format: (year/month/day)

### v1.7.4 (2021/08/25)

#### ⏩ Performance

- [#513](https://github.com/NLog/NLog.Extensions.Logging/pull/513): NLogLogger - Skip custom message formatting when no parameters (@snakefoot)

#### 🔧 Maintenance

- [#515](https://github.com/NLog/NLog.Extensions.Logging/pull/515): Disable ImplicitNuGetFallbackFolder for tests - fixes NU3005 on AppVeyor (@304NotModified)

#### ↜ Dependencies

- [#516](https://github.com/NLog/NLog.Extensions.Logging/pull/516): Bump NLog from 4.7.10 to 4.7.11 (@dependabot)


### v1.7.3 (2021/06/15)
- [#510](https://github.com/NLog/NLog.Extensions.Logging/pull/510) Reduced code complexity of MicrosoftILoggerTarget (@snakefoot)
- [#509](https://github.com/NLog/NLog.Extensions.Logging/pull/509) Faster checking if LogLevel IsEnabled (#509) (@snakefoot)
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 = "1.7.3"
$versionPrefix = "1.7.4"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
9 changes: 3 additions & 6 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
<PackageReleaseNotes>

- Reduced code complexity of MicrosoftILoggerTarget (@snakefoot)
- Faster checking if LogLevel IsEnabled (#509) (@snakefoot)
- Bump NLog from 4.7.9 to 4.7.10 (#507) (@dependabot[bot])
- Extended NLogProviderOptions with the option LoggingConfigurationSectionName (#501) (@snakefoot)
- Support TargetDefaultWrapper and TargetDefaultParameters in appsettings.json (#500) (@snakefoot)
- Fix SonarQube Scanning (#494) (@304NotModified)
- NLogLogger - Skip custom message formatting when no parameters (#513) (@snakefoot)
- Disable ImplicitNuGetFallbackFolder for tests - fixes NU3005 on AppVeyor (#515) (@304NotModified)
- Bump NLog from 4.7.10 to 4.7.11 (#516) (@dependabot)

Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
</PackageReleaseNotes>
Expand Down

0 comments on commit e2bffa9

Please sign in to comment.