Skip to content

deps(dotnet): Bump NLog and NLog.WindowsEventLog#78

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-aa234dc4f0
Closed

deps(dotnet): Bump NLog and NLog.WindowsEventLog#78
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-aa234dc4f0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Updated NLog from 6.1.2 to 6.1.3.

Release notes

Sourced from NLog's releases.

6.1.3

Improvements

  • #​6168 PropertiesDictionary - Preserve MessageTemplate property details when adding extra properties. (@​snakefoot)
  • #​6149 LoggingRule - Updating FinalMinLevel should also update MinLevel when same LogLevel. (@​snakefoot)
  • #​6165 AsyncTaskTarget - Retry with help from Task.Delay. (@​snakefoot)
  • #​6164 DateLayoutRenderer - UniversalTime = false should only convert to local when UTC. (@​snakefoot)
  • #​6138 SimpleLayout skip Precalculate when INoAllocationStringValueRenderer available. (@​reabr)
  • #​6158 TemplateEnumerator - Optimize ParseTextPart by direct calling IndexOfAny. (@​snakefoot)
  • #​6152 TemplateEnumerator - Optimize parsing of single digit holename. (@​snakefoot)
  • #​6142 InternalLogger - Skip allocating params array when no exception. (@​snakefoot)
  • #​6145 InternalLogger - Handle Exception ToString can throw with AOT. (@​snakefoot)
  • #​6154 ColoredConsoleTarget - Optimize Console Coloring for Word Highlight. (@​snakefoot)
  • #​6159 ColoredConsoleTarget - Reset capture of previous colors after ResetDefaultColors. (@​snakefoot)
  • #​6140 TryParseEnum - Apply Enum.TryParse since better for AOT. (@​snakefoot)
  • #​6143 Fixed various issues reported by EnableNETAnalyzers. (@​snakefoot)

Commits viewable in compare view.

Updated NLog.WindowsEventLog from 6.1.2 to 6.1.3.

Release notes

Sourced from NLog.WindowsEventLog's releases.

6.1.3

Improvements

  • #​6168 PropertiesDictionary - Preserve MessageTemplate property details when adding extra properties. (@​snakefoot)
  • #​6149 LoggingRule - Updating FinalMinLevel should also update MinLevel when same LogLevel. (@​snakefoot)
  • #​6165 AsyncTaskTarget - Retry with help from Task.Delay. (@​snakefoot)
  • #​6164 DateLayoutRenderer - UniversalTime = false should only convert to local when UTC. (@​snakefoot)
  • #​6138 SimpleLayout skip Precalculate when INoAllocationStringValueRenderer available. (@​reabr)
  • #​6158 TemplateEnumerator - Optimize ParseTextPart by direct calling IndexOfAny. (@​snakefoot)
  • #​6152 TemplateEnumerator - Optimize parsing of single digit holename. (@​snakefoot)
  • #​6142 InternalLogger - Skip allocating params array when no exception. (@​snakefoot)
  • #​6145 InternalLogger - Handle Exception ToString can throw with AOT. (@​snakefoot)
  • #​6154 ColoredConsoleTarget - Optimize Console Coloring for Word Highlight. (@​snakefoot)
  • #​6159 ColoredConsoleTarget - Reset capture of previous colors after ResetDefaultColors. (@​snakefoot)
  • #​6140 TryParseEnum - Apply Enum.TryParse since better for AOT. (@​snakefoot)
  • #​6143 Fixed various issues reported by EnableNETAnalyzers. (@​snakefoot)

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps NLog from 6.1.2 to 6.1.3
Bumps NLog.WindowsEventLog from 6.1.2 to 6.1.3

---
updated-dependencies:
- dependency-name: NLog
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NLog.WindowsEventLog
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from karlspace as a code owner May 19, 2026 13:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 19, 2026
@github-actions

Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates two dependencies in a .NET project, specifically NLog and NLog.WindowsEventLog, from version 6.1.2 to 6.1.3. Both libraries are logging frameworks widely used in .NET applications for flexible and extensible logging.

Key Technical Details:

  • Dependencies Updated:

    • NLog: 6.1.2 → 6.1.3
    • NLog.WindowsEventLog: 6.1.2 → 6.1.3
  • Scope of Update:
    This update is a minor patch-level upgrade, focusing on improvements rather than breaking changes or new features. It includes multiple optimizations, bug fixes, and enhancements primarily around performance, error handling, and accuracy in logging behavior.

  • Improvements in 6.1.3 Release (Both NLog and NLog.WindowsEventLog):

    • Improved property handling by preserving detailed Message

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug enhancement performance

@github-actions github-actions Bot added bug Something isn't working enhancement New feature or request labels May 19, 2026
@karlspace

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 19, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/multi-aa234dc4f0 branch May 19, 2026 14:05
karlspace added a commit that referenced this pull request May 19, 2026
PR #77 bumped NLog and NLog.Extensions.Logging from 6.1.2 to
6.1.3; the sibling NLog.WindowsEventLog stayed at 6.1.2 because
the parallel Dependabot PR #78 — which also covered the
WindowsEventLog bump — was auto-closed after #77 merged
(Dependabot detected the NLog line was already at 6.1.3 and
treated #78 as superseded, without separately handling the
WindowsEventLog line that was unique to #78).

* Three NLog 6.1.x packages now consistently at 6.1.3
  (NLog, NLog.Extensions.Logging, NLog.WindowsEventLog)
* The NLog.Targets.* family stays on 6.0.x / 6.1.1 by
  intent (per inline comment "NLog 6.0 separate target
  packages") — no 6.1.3 release exists for those
* Local build green on net8 + net10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file enhancement New feature or request nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant