RabbitMQ.Context 5.0.0

dotnet add package RabbitMQ.Context --version 5.0.0
NuGet\Install-Package RabbitMQ.Context -Version 5.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="RabbitMQ.Context" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RabbitMQ.Context --version 5.0.0
#r "nuget: RabbitMQ.Context, 5.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 RabbitMQ.Context as a Cake Addin
#addin nuget:?package=RabbitMQ.Context&version=5.0.0

// Install RabbitMQ.Context as a Cake Tool
#tool nuget:?package=RabbitMQ.Context&version=5.0.0

A simple context object to help with publishing and consuming messages from RabbitMQ

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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 RabbitMQ.Context:

Package Downloads
RabbitMq.TestContext

Designed to help with testing of rabbitmq stuff. Makes use of RabbitMQ.Fakes.DotNetCore. The class is a wrapper of RabbitMqContext simular to Ef context object. This implemenation wraps the production RabbitMqContext from RabbitMQ.Context

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 621 2/9/2021
1.2.8 993 5/4/2020
1.2.7 446 5/1/2020
1.2.6 449 5/1/2020
1.2.5 458 4/29/2020
1.2.4 470 4/29/2020
1.2.3 1,277 10/10/2019
1.2.2 584 10/9/2019
1.2.1 634 10/4/2019
1.2.0 480 10/4/2019
1.1.4 499 9/27/2019
1.1.3 498 9/27/2019
1.1.2 493 9/27/2019
1.1.1 497 9/26/2019
1.1.0 493 9/26/2019
1.0.1 764 6/25/2019
1.0.0 504 6/25/2019

Reverted back to requeue situation since it seems the fastest