SimpleRabbitMQ 1.0.48

Requires NuGet 2.12 or higher.

dotnet add package SimpleRabbitMQ --version 1.0.48
                    
NuGet\Install-Package SimpleRabbitMQ -Version 1.0.48
                    
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="SimpleRabbitMQ" Version="1.0.48" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleRabbitMQ" Version="1.0.48" />
                    
Directory.Packages.props
<PackageReference Include="SimpleRabbitMQ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleRabbitMQ --version 1.0.48
                    
#r "nuget: SimpleRabbitMQ, 1.0.48"
                    
#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.
#:package SimpleRabbitMQ@1.0.48
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SimpleRabbitMQ&version=1.0.48
                    
Install as a Cake Addin
#tool nuget:?package=SimpleRabbitMQ&version=1.0.48
                    
Install as a Cake Tool

SimpleRabbitMQ is a NuGet library that you can add to your project and use the interfaces ISimpleRabbitMQ, IPublisher and IConsumer.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.48 563 3/26/2022
1.0.47 463 3/26/2022
1.0.45 497 3/26/2022
1.0.43 498 3/26/2022
1.0.42 488 3/26/2022
1.0.41 497 3/26/2022
1.0.40 485 3/24/2022
1.0.39 483 3/5/2022
1.0.38-beta0039 250 3/5/2022
1.0.36-beta0036 239 3/5/2022
1.0.1 485 3/5/2022
1.0.0 502 3/5/2022
0.1.34-beta0034 254 3/5/2022
0.1.0 512 3/5/2022
0.1.0-beta0033 234 3/5/2022

This package includes the NUnit 3 framework assembly, which is referenced by your tests. You will need to install version 3 of the nunit3-console program or a third-party runner that supports NUnit 3 in order to execute tests. Runners intended for use with NUnit 2.x will not run NUnit 3 tests correctly.