log4net.RabbitMQAppender 1.3.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package log4net.RabbitMQAppender --version 1.3.0
NuGet\Install-Package log4net.RabbitMQAppender -Version 1.3.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="log4net.RabbitMQAppender" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net.RabbitMQAppender --version 1.3.0
#r "nuget: log4net.RabbitMQAppender, 1.3.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 log4net.RabbitMQAppender as a Cake Addin
#addin nuget:?package=log4net.RabbitMQAppender&version=1.3.0

// Install log4net.RabbitMQAppender as a Cake Tool
#tool nuget:?package=log4net.RabbitMQAppender&version=1.3.0

Log4net appender for RabbitMQ

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Release Notes:

* Merge branch 'nabheet/upgrade'
* v1.3.0
* fixing nuget gen
* fixing rakefile
* changed nuget_restore to use paket restore, change paket pack to nuget pack and pointed to nuget.exe path, changed build task to build release build and SampleWeb project is excluded in release build, commented out log4net.RabbitMQ.1.2.10 from nuget pack generation and push
* removed UpgradeLog.htm  and upgrade Rakefile to use paket.exe
* spelling correction
* removed ignoring .paket folder because it might be causing some wierd file lock issues
* removed the obsolete solution folder again becuase it was causing conflicts with nuget restore and paket
* added obsolete solution folder and added the log4net.rabbitmq.1.2.10 project back in but it does not build during solution build, added .paket folder to gitignore
* using paket
* moved obsolete folder out of src because paket was still reading it and update nuget references
* remove log4net.RabbitMQ.1.2.10 from solution and move it to obsolete folder
* Downgraded target framework from .Net 4.5.1 to 4.5 for compatibillity with Mono, just in case
* message priority was not being set and fixed associated unit test. refactored username and password to be class variables
* downgraded log4net version used by log4net.RabbitMQ.1.2.10 back to 1.2.10 and re-added the allowed version attribute
* changed nuget references to use .net 4 and added sample website to latest version of MVC
* change target framework to .net 4.5.1, upgrade log4net 1.2.13 and rabbitmq client to 3.5.1
* v1.2.1
* albacore bump
* Merge pull request #15 from nabheet/master
* Made changes after code review - put StringWriter in a using and change to using the StringWriter.ToString function instead of the StringBuilder.ToString function
* Fixed bug where topic was always 'text/plain' instead of the value specified in the config file