Release notes
*Sourced from [NLog.Config's releases](https://github.com/NLog/NLog/releases).*
> ## NLog 4.6
> See https://nlog-project.org/2019/03/20/nlog-4-6-is-live.html
>
> ### Features
>
> #### Main Feature
>
> * Database target: support for DbType for parameters (including SqlDbType) - [#2363](https://github-redirect.dependabot.com/NLog/NLog/issues/2363) + [#2899](https://github-redirect.dependabot.com/NLog/NLog/issues/2899) + [#3085](https://github-redirect.dependabot.com/NLog/NLog/issues/3085) + [#3091](https://github-redirect.dependabot.com/NLog/NLog/issues/3091) ([@hubo0831](https://github.com/hubo0831), [@ObikeDev](https://github.com/ObikeDev), [@sorvis](https://github.com/sorvis), [@304NotModified](https://github.com/304NotModified), [@snakefoot](https://github.com/snakefoot))
>
> #### XML config features
>
> * Added support for constant variable in level attributes - [#2709](https://github-redirect.dependabot.com/NLog/NLog/issues/2709) (level, minlevel, etc) ([@304NotModified](https://github.com/304NotModified))
> * Added defaultAction option for - [#2848](https://github-redirect.dependabot.com/NLog/NLog/issues/2848) ([@304NotModified](https://github.com/304NotModified))
> * Rules now support multiple '*' and '?' wildcards and in any position - [#3098](https://github-redirect.dependabot.com/NLog/NLog/issues/3098) ([@beppemarazzi](https://github.com/beppemarazzi))
> * Added Support ${currentdir}, ${basedir}, ${tempdir} and environment variables in internalLogFile value - [#3031](https://github-redirect.dependabot.com/NLog/NLog/issues/3031) + [#3092](https://github-redirect.dependabot.com/NLog/NLog/issues/3092) ([@snakefoot](https://github.com/snakefoot))
>
> #### New targets, layouts and layout renderers
>
> * Added XmlLayout - Render LogEventInfo.Properties as XML - [#2670](https://github-redirect.dependabot.com/NLog/NLog/issues/2670) + [#3014](https://github-redirect.dependabot.com/NLog/NLog/issues/3014) ([@snakefoot](https://github.com/snakefoot))
> * Added ${db-null} layout renderer - [#2849](https://github-redirect.dependabot.com/NLog/NLog/issues/2849) ([@304NotModified](https://github.com/304NotModified))
> * Added New ${substring}, ${left} & ${right} layoutrenderer wrappers - [#2907](https://github-redirect.dependabot.com/NLog/NLog/issues/2907) ([@304NotModified](https://github.com/304NotModified))
> * Added ${HostName} Layout Renderer for full computer DNS name - [#3071](https://github-redirect.dependabot.com/NLog/NLog/issues/3071) ([@amitsaha](https://github.com/amitsaha))
> * Added ${AppSetting} Layout Renderer (app.config + web.config) moved from NLog.Extended for NetFramework - [#3053](https://github-redirect.dependabot.com/NLog/NLog/issues/3053) ([@snakefoot](https://github.com/snakefoot))
> * Added noRawValue layout wrapper - [#3165](https://github-redirect.dependabot.com/NLog/NLog/issues/3165) ([@snakefoot](https://github.com/snakefoot))
>
> #### Additions to targets, layouts and layout renderers
>
> * AsyncTargetWrapper: added LogEventDropped + LogEventQueueGrow events - [#2610](https://github-redirect.dependabot.com/NLog/NLog/issues/2610) ([@Pomoinytskyi](https://github.com/Pomoinytskyi))
> * NetworkTarget - Support for SSL & TLS - [#2678](https://github-redirect.dependabot.com/NLog/NLog/issues/2678) ([@snakefoot](https://github.com/snakefoot))
> * JsonLayout: support for System.Dynamic-objects - [#2902](https://github-redirect.dependabot.com/NLog/NLog/issues/2902) ([@304NotModified](https://github.com/304NotModified))
> * AsyncTaskTarget: Added support for BatchSize and RetryCount - [#2909](https://github-redirect.dependabot.com/NLog/NLog/issues/2909) ([@snakefoot](https://github.com/snakefoot))
> * ColoredConsoleTarget - Added EnableAnsiOutput option (VS Code support) - [#3018](https://github-redirect.dependabot.com/NLog/NLog/issues/3018) ([@jp7677](https://github.com/jp7677) + [@snakefoot](https://github.com/snakefoot))
> * Added IncludeGdc property in JsonLayout - [#3050](https://github-redirect.dependabot.com/NLog/NLog/issues/3050) ([@casperc89](https://github.com/casperc89))
> * TargetWithContext - Support for PropertyType using IRawValue-interface - [#3060](https://github-redirect.dependabot.com/NLog/NLog/issues/3060) ([@snakefoot](https://github.com/snakefoot))
>
> ### Enhancements
>
> * JsonLayout includes Type-property when rendering Exception-object - [#2989](https://github-redirect.dependabot.com/NLog/NLog/issues/2989) ([@snakefoot](https://github.com/snakefoot))
> * LoggingConfigurationParser - Extracted from XmlLoggingConfiguration - [#2891](https://github-redirect.dependabot.com/NLog/NLog/issues/2891) (Prepare for appsettings.json) ([@snakefoot](https://github.com/snakefoot))
> * Added support for complex objects in MDLC and NDLC on Net45 - [#2910](https://github-redirect.dependabot.com/NLog/NLog/issues/2910) ([@snakefoot](https://github.com/snakefoot))
> * PerformanceCounter - Improve behavior for CPU usage calculation - [#2918](https://github-redirect.dependabot.com/NLog/NLog/issues/2918) ([@snakefoot](https://github.com/snakefoot))
> * TargetWithContext - Include all properties even when duplicate names - [#2941](https://github-redirect.dependabot.com/NLog/NLog/issues/2941) ([@snakefoot](https://github.com/snakefoot))
> * Updated resharper annotations for better validation - [#2974](https://github-redirect.dependabot.com/NLog/NLog/issues/2974) ([@imanushin](https://github.com/imanushin))
> * Improve default reflection support on .NET Core Native - [#2979](https://github-redirect.dependabot.com/NLog/NLog/issues/2979) ([@snakefoot](https://github.com/snakefoot))
> * EventLogTarget with better support for MaximumKilobytes configuration - [#3017](https://github-redirect.dependabot.com/NLog/NLog/issues/3017) ([@Coriolanuss](https://github.com/Coriolanuss))
> * Added Xamarin PreserveAttribute for the entire Assembly to improve AOT-linking - [#3039](https://github-redirect.dependabot.com/NLog/NLog/issues/3039) ([@snakefoot](https://github.com/snakefoot))
> * Create snupkg packages and use portable PDB - [#3045](https://github-redirect.dependabot.com/NLog/NLog/issues/3045) ([@snakefoot](https://github.com/snakefoot))
> * KeepFileOpen + ConcurrentWrites on Xamarin + UWP - [#3079](https://github-redirect.dependabot.com/NLog/NLog/issues/3079) - [#3048](https://github-redirect.dependabot.com/NLog/NLog/issues/3048) ([@304NotModified](https://github.com/304NotModified))
> * WebService Target allow custom override of SoapAction-header for Soap11 - [#3082](https://github-redirect.dependabot.com/NLog/NLog/issues/3082) + [#3100](https://github-redirect.dependabot.com/NLog/NLog/issues/3100) ([@AlexeyRokhin](https://github.com/AlexeyRokhin))
> * Various refactorings (15 pull requests) ([@beppemarazzi](https://github.com/beppemarazzi), [@304NotModified](https://github.com/304NotModified), [@snakefoot](https://github.com/snakefoot))
> ... (truncated)
Changelog
*Sourced from [NLog.Config's changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md).*
> See also [releases](https://github.com/NLog/NLog/releases) and [milestones](https://github.com/NLog/NLog/milestones).
>
> Date format: (year/month/day)
>
> ## Change Log
>
> ### V4.6
>
> #### Features
>
> - [#2363](https://github-redirect.dependabot.com/NLog/NLog/pull/2363) + [#2899](https://github-redirect.dependabot.com/NLog/NLog/pull/2899) + [#3085](https://github-redirect.dependabot.com/NLog/NLog/pull/3085) + [#3091](https://github-redirect.dependabot.com/NLog/NLog/pull/3091) Database target: support for DbType for parameters (including SqlDbType) - ([@hubo0831](https://github.com/hubo0831),[@ObikeDev](https://github.com/ObikeDev),[@sorvis](https://github.com/sorvis), [@304NotModified](https://github.com/304NotModified), [@snakefoot](https://github.com/snakefoot))
> - [#2610](https://github-redirect.dependabot.com/NLog/NLog/pull/2610) AsyncTargetWrapper with LogEventDropped- + LogEventQueueGrow-events ([@Pomoinytskyi](https://github.com/Pomoinytskyi))
> - [#2670](https://github-redirect.dependabot.com/NLog/NLog/pull/2670) + [#3014](https://github-redirect.dependabot.com/NLog/NLog/pull/3014) XmlLayout - Render LogEventInfo.Properties as XML ([@snakefoot](https://github.com/snakefoot))
> - [#2678](https://github-redirect.dependabot.com/NLog/NLog/pull/2678) NetworkTarget - Support for SSL & TLS ([@snakefoot](https://github.com/snakefoot))
> - [#2709](https://github-redirect.dependabot.com/NLog/NLog/pull/2709) XML Config: Support for constant variable in level attributes (level, minlevel, etc) ([@304NotModified](https://github.com/304NotModified))
> - [#2848](https://github-redirect.dependabot.com/NLog/NLog/pull/2848) Added defaultAction for ([@304NotModified](https://github.com/304NotModified))
> - [#2849](https://github-redirect.dependabot.com/NLog/NLog/pull/2849) IRawValue-interface and ${db-null} layout renderer ([@304NotModified](https://github.com/304NotModified))
> - [#2902](https://github-redirect.dependabot.com/NLog/NLog/pull/2902) JsonLayout with support for System.Dynamic-objects ([@304NotModified](https://github.com/304NotModified))
> - [#2907](https://github-redirect.dependabot.com/NLog/NLog/pull/2907) New Substring, Left & Right Wrappers ([@304NotModified](https://github.com/304NotModified))
> - [#3098](https://github-redirect.dependabot.com/NLog/NLog/pull/3098) support for one or more '*' and '?' wildcards and in any position ([@beppemarazzi](https://github.com/beppemarazzi))
> - [#2909](https://github-redirect.dependabot.com/NLog/NLog/pull/2909) AsyncTaskTarget - BatchSize + RetryCount ([@snakefoot](https://github.com/snakefoot))
> - [#3018](https://github-redirect.dependabot.com/NLog/NLog/pull/3018) ColoredConsoleTarget - Added EnableAnsiOutput option (VS Code support) ([@jp7677](https://github.com/jp7677) + [@snakefoot](https://github.com/snakefoot))
> - [#3031](https://github-redirect.dependabot.com/NLog/NLog/pull/3031) + [#3092](https://github-redirect.dependabot.com/NLog/NLog/pull/3092) Support ${currentdir},${basedir},${tempdir} and Environment Variables for internalLogFile when parsing nlog.config ([@snakefoot](https://github.com/snakefoot))
> - [#3050](https://github-redirect.dependabot.com/NLog/NLog/pull/3050) Added IncludeGdc property in JsonLayout ([@casperc89](https://github.com/casperc89))
> - [#3071](https://github-redirect.dependabot.com/NLog/NLog/pull/3071) ${HostName} Layout Renderer for full computer DNS name ([@amitsaha](https://github.com/amitsaha))
> - [#3053](https://github-redirect.dependabot.com/NLog/NLog/pull/3053) ${AppSetting} Layout Renderer (app.config + web.config) moved from NLog.Extended for NetFramework ([@snakefoot](https://github.com/snakefoot))
> - [#3060](https://github-redirect.dependabot.com/NLog/NLog/pull/3060)](https://github-redirect.dependabot.com/NLog/NLog/pull/[#3060](https://github-redirect.dependabot.com/NLog/NLog/pull/3060)) TargetWithContext - Support for PropertyType using IRawValue-interface ([@snakefoot](https://github.com/snakefoot))
> - [#3124](https://github-redirect.dependabot.com/NLog/NLog/pull/3124) NetworkTarget - Added support for KeepAliveTimeSeconds ([@snakefoot](https://github.com/snakefoot))
> - [#3129](https://github-redirect.dependabot.com/NLog/NLog/pull/3129) ConfigSetting - Preregister so it can be accessed without extension registration ([#3129](https://github-redirect.dependabot.com/NLog/NLog/issues/3129)) ([@snakefoot](https://github.com/snakefoot))
> * [#3165](https://github-redirect.dependabot.com/NLog/NLog/pull/3165) Added noRawValue layout wrapper ([@snakefoot](https://github.com/snakefoot))
>
>
> #### Enhancements
>
> - [#2989](https://github-redirect.dependabot.com/NLog/NLog/pull/2989) JsonLayout includes Type-property when rendering Exception-object ([@snakefoot](https://github.com/snakefoot))
> - [#2891](https://github-redirect.dependabot.com/NLog/NLog/pull/2891) LoggingConfigurationParser - Extracted from XmlLoggingConfiguration (Prepare for appsettings.json) ([@snakefoot](https://github.com/snakefoot))
> - [#2910](https://github-redirect.dependabot.com/NLog/NLog/pull/2910) Added support for complex objects in MDLC and NDLC on Net45 ([@snakefoot](https://github.com/snakefoot))
> - [#2918](https://github-redirect.dependabot.com/NLog/NLog/pull/2918) PerformanceCounter - Improve behavior for CPU usage calculation ([@snakefoot](https://github.com/snakefoot))
> - [#2941](https://github-redirect.dependabot.com/NLog/NLog/pull/2941) TargetWithContext - Include all properties even when duplicate names ([@snakefoot](https://github.com/snakefoot))
> - [#2974](https://github-redirect.dependabot.com/NLog/NLog/pull/2974) Updated resharper annotations for better validation ([@imanushin](https://github.com/imanushin))
> - [#2979](https://github-redirect.dependabot.com/NLog/NLog/pull/2979) Improve default reflection support on NetCore Native ([@snakefoot](https://github.com/snakefoot))
> - [#3017](https://github-redirect.dependabot.com/NLog/NLog/pull/3017) EventLogTarget with better support for MaximumKilobytes configuration ([@Coriolanuss](https://github.com/Coriolanuss))
> - [#3039](https://github-redirect.dependabot.com/NLog/NLog/pull/3039) Added Xamarin PreserveAttribute for the entire Assembly to improve AOT-linking ([@snakefoot](https://github.com/snakefoot))
> - [#3045](https://github-redirect.dependabot.com/NLog/NLog/pull/3045) Create snupkg packages and use portable PDB ([@snakefoot](https://github.com/snakefoot))
> - [#3048](https://github-redirect.dependabot.com/NLog/NLog/pull/3048) KeepFileOpen + ConcurrentWrites on Xamarin + UWP - [#3079](https://github-redirect.dependabot.com/NLog/NLog/pull/3079) ([@304NotModified](https://github.com/304NotModified))
> - [#3082](https://github-redirect.dependabot.com/NLog/NLog/pull/3082) + [#3100](https://github-redirect.dependabot.com/NLog/NLog/pull/3100) WebService Target allow custom override of SoapAction-header for Soap11 ([@AlexeyRokhin](https://github.com/AlexeyRokhin))
> - [#3162](https://github-redirect.dependabot.com/NLog/NLog/pull/3162) ContextProperty with IncludeEmptyValue means default value for ValueType ([#3162](https://github-redirect.dependabot.com/NLog/NLog/issues/3162)) ([@snakefoot](https://github.com/snakefoot))
> - [#3159](https://github-redirect.dependabot.com/NLog/NLog/pull/3159) AppSettingLayoutRenderer - Include Item for NLog.Extended ([@snakefoot](https://github.com/snakefoot))
> - Various refactorings (15+ pull requests) ([@beppemarazzi](https://github.com/beppemarazzi), [@304NotModified](https://github.com/304NotModified), [@snakefoot](https://github.com/snakefoot))
>
> ... (truncated)
Commits
- [`ad7e4ad`](https://github.com/NLog/NLog/commit/ad7e4ad60f2b095fad6bd5b8f70e5b2ec93472fc) Merge pull request [#3188](https://github-redirect.dependabot.com/NLog/NLog/issues/3188) from NLog/release/4.6
- [`e16aa09`](https://github.com/NLog/NLog/commit/e16aa09fafb3aadc6afbf83368129eb20835679d) Version 4.6
- [`5781372`](https://github.com/NLog/NLog/commit/5781372a6a424396f2ee5fd4fc009c34a134a1f3) Merge pull request [#3187](https://github-redirect.dependabot.com/NLog/NLog/issues/3187) from snakefoot/AsyncTaskTargetSlowWriter
- [`b382d8d`](https://github.com/NLog/NLog/commit/b382d8dea81d010369ea5ced2a7d6bdd20e7b58b) AsyncTaskTimer - Fixed unwanted delay caused by slow writer
- [`a2726b6`](https://github.com/NLog/NLog/commit/a2726b61e835db08d362cccea054876615cd93fd) Added nuget deploy secret ([#3183](https://github-redirect.dependabot.com/NLog/NLog/issues/3183))
- [`a38d8bd`](https://github.com/NLog/NLog/commit/a38d8bd891fa6c3e5793b75cea21b4b2fc1917f5) Update after_deploy for snupkg
- [`979235d`](https://github.com/NLog/NLog/commit/979235d1aa5fab4a87122c882e677da6eeb2efcf) Merge pull request [#3173](https://github-redirect.dependabot.com/NLog/NLog/issues/3173) from NLog/release/4.6-rc3
- [`acb2b8a`](https://github.com/NLog/NLog/commit/acb2b8a5877134c279a13dd7e6b8b22c7f2c15e8) Deploy snupkg
- [`e4dfb3c`](https://github.com/NLog/NLog/commit/e4dfb3c2393eaa8892f0a274785ed284498ade4d) Update API docs config
- [`1b0676a`](https://github.com/NLog/NLog/commit/1b0676a8040836be7462d6a4e64a517bcb45f045) Version 4.6 rc3
- Additional commits viewable in [compare view](https://github.com/NLog/NLog/compare/v4.5.11...v4.6)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps NLog.Config from 4.5.11 to 4.6.0.
Release notes
*Sourced from [NLog.Config's releases](https://github.com/NLog/NLog/releases).* > ## NLog 4.6 > See https://nlog-project.org/2019/03/20/nlog-4-6-is-live.html > > ### Features > > #### Main Feature > > * Database target: support for DbType for parameters (including SqlDbType) - [#2363](https://github-redirect.dependabot.com/NLog/NLog/issues/2363) + [#2899](https://github-redirect.dependabot.com/NLog/NLog/issues/2899) + [#3085](https://github-redirect.dependabot.com/NLog/NLog/issues/3085) + [#3091](https://github-redirect.dependabot.com/NLog/NLog/issues/3091) ([@hubo0831](https://github.com/hubo0831), [@ObikeDev](https://github.com/ObikeDev), [@sorvis](https://github.com/sorvis), [@304NotModified](https://github.com/304NotModified), [@snakefoot](https://github.com/snakefoot)) > > #### XML config features > > * Added support for constant variable in level attributes - [#2709](https://github-redirect.dependabot.com/NLog/NLog/issues/2709) (level, minlevel, etc) ([@304NotModified](https://github.com/304NotModified)) > * Added defaultAction option forChangelog
*Sourced from [NLog.Config's changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md).* > See also [releases](https://github.com/NLog/NLog/releases) and [milestones](https://github.com/NLog/NLog/milestones). > > Date format: (year/month/day) > > ## Change Log > > ### V4.6 > > #### Features > > - [#2363](https://github-redirect.dependabot.com/NLog/NLog/pull/2363) + [#2899](https://github-redirect.dependabot.com/NLog/NLog/pull/2899) + [#3085](https://github-redirect.dependabot.com/NLog/NLog/pull/3085) + [#3091](https://github-redirect.dependabot.com/NLog/NLog/pull/3091) Database target: support for DbType for parameters (including SqlDbType) - ([@hubo0831](https://github.com/hubo0831),[@ObikeDev](https://github.com/ObikeDev),[@sorvis](https://github.com/sorvis), [@304NotModified](https://github.com/304NotModified), [@snakefoot](https://github.com/snakefoot)) > - [#2610](https://github-redirect.dependabot.com/NLog/NLog/pull/2610) AsyncTargetWrapper with LogEventDropped- + LogEventQueueGrow-events ([@Pomoinytskyi](https://github.com/Pomoinytskyi)) > - [#2670](https://github-redirect.dependabot.com/NLog/NLog/pull/2670) + [#3014](https://github-redirect.dependabot.com/NLog/NLog/pull/3014) XmlLayout - Render LogEventInfo.Properties as XML ([@snakefoot](https://github.com/snakefoot)) > - [#2678](https://github-redirect.dependabot.com/NLog/NLog/pull/2678) NetworkTarget - Support for SSL & TLS ([@snakefoot](https://github.com/snakefoot)) > - [#2709](https://github-redirect.dependabot.com/NLog/NLog/pull/2709) XML Config: Support for constant variable in level attributes (level, minlevel, etc) ([@304NotModified](https://github.com/304NotModified)) > - [#2848](https://github-redirect.dependabot.com/NLog/NLog/pull/2848) Added defaultAction forCommits
- [`ad7e4ad`](https://github.com/NLog/NLog/commit/ad7e4ad60f2b095fad6bd5b8f70e5b2ec93472fc) Merge pull request [#3188](https://github-redirect.dependabot.com/NLog/NLog/issues/3188) from NLog/release/4.6 - [`e16aa09`](https://github.com/NLog/NLog/commit/e16aa09fafb3aadc6afbf83368129eb20835679d) Version 4.6 - [`5781372`](https://github.com/NLog/NLog/commit/5781372a6a424396f2ee5fd4fc009c34a134a1f3) Merge pull request [#3187](https://github-redirect.dependabot.com/NLog/NLog/issues/3187) from snakefoot/AsyncTaskTargetSlowWriter - [`b382d8d`](https://github.com/NLog/NLog/commit/b382d8dea81d010369ea5ced2a7d6bdd20e7b58b) AsyncTaskTimer - Fixed unwanted delay caused by slow writer - [`a2726b6`](https://github.com/NLog/NLog/commit/a2726b61e835db08d362cccea054876615cd93fd) Added nuget deploy secret ([#3183](https://github-redirect.dependabot.com/NLog/NLog/issues/3183)) - [`a38d8bd`](https://github.com/NLog/NLog/commit/a38d8bd891fa6c3e5793b75cea21b4b2fc1917f5) Update after_deploy for snupkg - [`979235d`](https://github.com/NLog/NLog/commit/979235d1aa5fab4a87122c882e677da6eeb2efcf) Merge pull request [#3173](https://github-redirect.dependabot.com/NLog/NLog/issues/3173) from NLog/release/4.6-rc3 - [`acb2b8a`](https://github.com/NLog/NLog/commit/acb2b8a5877134c279a13dd7e6b8b22c7f2c15e8) Deploy snupkg - [`e4dfb3c`](https://github.com/NLog/NLog/commit/e4dfb3c2393eaa8892f0a274785ed284498ade4d) Update API docs config - [`1b0676a`](https://github.com/NLog/NLog/commit/1b0676a8040836be7462d6a4e64a517bcb45f045) Version 4.6 rc3 - Additional commits viewable in [compare view](https://github.com/NLog/NLog/compare/v4.5.11...v4.6)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.