Skip to content

Commit e8c962f

Browse files
Bump NLog from 6.1.2 to 6.1.3 (#91)
Updated [NLog](https://github.com/NLog/NLog) from 6.1.2 to 6.1.3. <details> <summary>Release notes</summary> _Sourced from [NLog's releases](https://github.com/NLog/NLog/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](NLog/NLog@v6.1.2...v6.1.3). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NLog&package-manager=nuget&previous-version=6.1.2&new-version=6.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2c4bb8 commit e8c962f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WatermarkStamper/WatermarkStamper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<Version>13.0.4</Version>
128128
</PackageReference>
129129
<PackageReference Include="NLog">
130-
<Version>6.1.2</Version>
130+
<Version>6.1.3</Version>
131131
</PackageReference>
132132
</ItemGroup>
133133
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)