Skip to content

deps(dotnet): Bump NLog.Targets.Network from 6.0.3 to 6.0.4#37

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/NLog.Targets.Network-6.0.4
Open

deps(dotnet): Bump NLog.Targets.Network from 6.0.3 to 6.0.4#37
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/NLog.Targets.Network-6.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Updated NLog.Targets.Network from 6.0.3 to 6.0.4.

Release notes

Sourced from NLog.Targets.Network's releases.

6.0.4

  • First release after extracting to own git repository.
  • SyslogLayout - Rfc5424 specs says escape is not needed for square-bracket and equal-sign.
  • Handle that IPv6 DualMode is not supported on all platforms.

Commits viewable in compare view.

Dependabot compatibility score

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)

---
updated-dependencies:
- dependency-name: NLog.Targets.Network
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Feb 22, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner February 22, 2026 06:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Feb 22, 2026
@github-actions
Copy link

AI Analysis

Technical Summary:

This pull request updates the dependency NLog.Targets.Network from version 6.0.3 to 6.0.4. The update includes the first release of the package after it was moved to its own separate Git repository, indicating a modularization effort.

Key Technical Changes in Version 6.0.4:

  • SyslogLayout Compliance with RFC5424: The handling of escaping characters now aligns with the RFC5424 specification, which states that escaping is not required for square brackets ([]) and equal-signs (=). This change ensures proper formatting and compatibility with syslog message standards.
  • IPv6 DualMode Handling: The update adds logic to handle the fact that IPv6 DualMode sockets are not supported across all platforms. This implies platform-specific constraints are now taken into account to improve robustness and compatibility.

Technical Requirements and Constraints:

  • The consuming environment must handle or respect the updated behavior of SyslogLayout as

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants