Nlog.RabbitMQ.Target 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nlog.RabbitMQ.Target --version 2.0.0
NuGet\Install-Package Nlog.RabbitMQ.Target -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nlog.RabbitMQ.Target" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nlog.RabbitMQ.Target --version 2.0.0
#r "nuget: Nlog.RabbitMQ.Target, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nlog.RabbitMQ.Target as a Cake Addin
#addin nuget:?package=Nlog.RabbitMQ.Target&version=2.0.0

// Install Nlog.RabbitMQ.Target as a Cake Tool
#tool nuget:?package=Nlog.RabbitMQ.Target&version=2.0.0

NLog target for the RabbitMQ.Client. Forked from https://github.com/haf/NLog.RabbitMQ

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nlog.RabbitMQ.Target:

Package Downloads
EachShow.Host

主机启动程序

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.11.20 45,158 11/1/2023
2.11.19 8,351 10/3/2023
2.11.18 28,829 7/16/2023
2.11.17 1,218 7/12/2023
2.11.16 62,063 12/8/2022
2.11.13 13,134 11/3/2022
2.11.5 1,462 11/2/2022
2.11.1 1,650 11/1/2022
2.8.1 1,384 10/31/2022
2.8.0 1,386 10/28/2022
2.7.7 265,430 9/23/2020
2.7.6 11,551 8/12/2020
2.7.5 9,509 5/18/2020
2.7.4 3,567 5/8/2020
2.7.2 2,146 5/8/2020
2.7.0 3,249 5/7/2020
2.6.22 125,107 2/28/2019
2.5.4 11,948 4/17/2018
2.5.2 3,530 4/12/2018
2.5.0 7,091 1/3/2018
2.4.0 3,130 11/17/2016
2.0.0 8,454 5/8/2020

Upgraded to net461 and netstandard2.0
Updated Newtonsoft.Json to ver. 11.0.2 for clean netstandard2.0 support.
Changed config properties to Layout for easier Target configuration.
Updated JsonSerializer options to handle cyclic-references and object-properties throwing exceptions.
Updated JsonSerializer options to better handle System.Reflection object instead of dumping all types in application.
Updated JsonSerializer options to serialize Enum as string-value instead of integer-value.