Skip to content

Commit e2bffa9

Browse files
Version 1.7.4 (#518)
* Update CHANGELOG.MD * Update build.ps1 * Update NLog.Extensions.Logging.csproj * Update NLog.Extensions.Logging.csproj
1 parent 39b9ce0 commit e2bffa9

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.MD

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Date format: (year/month/day)
44

5+
### v1.7.4 (2021/08/25)
6+
7+
#### ⏩ Performance
8+
9+
- [#513](https://github.com/NLog/NLog.Extensions.Logging/pull/513): NLogLogger - Skip custom message formatting when no parameters (@snakefoot)
10+
11+
#### 🔧 Maintenance
12+
13+
- [#515](https://github.com/NLog/NLog.Extensions.Logging/pull/515): Disable ImplicitNuGetFallbackFolder for tests - fixes NU3005 on AppVeyor (@304NotModified)
14+
15+
#### ↜ Dependencies
16+
17+
- [#516](https://github.com/NLog/NLog.Extensions.Logging/pull/516): Bump NLog from 4.7.10 to 4.7.11 (@dependabot)
18+
19+
520
### v1.7.3 (2021/06/15)
621
- [#510](https://github.com/NLog/NLog.Extensions.Logging/pull/510) Reduced code complexity of MicrosoftILoggerTarget (@snakefoot)
722
- [#509](https://github.com/NLog/NLog.Extensions.Logging/pull/509) Faster checking if LogLevel IsEnabled (#509) (@snakefoot)

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "1.7.3"
5+
$versionPrefix = "1.7.4"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1919
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logging;logfiles;netcore</PackageTags>
2020
<PackageReleaseNotes>
2121

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

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

0 commit comments

Comments
 (0)