RestBus.Common 0.6.3

dotnet add package RestBus.Common --version 0.6.3
                    
NuGet\Install-Package RestBus.Common -Version 0.6.3
                    
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="RestBus.Common" Version="0.6.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RestBus.Common" Version="0.6.3" />
                    
Directory.Packages.props
<PackageReference Include="RestBus.Common" />
                    
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 RestBus.Common --version 0.6.3
                    
#r "nuget: RestBus.Common, 0.6.3"
                    
#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 RestBus.Common@0.6.3
                    
#: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=RestBus.Common&version=0.6.3
                    
Install as a Cake Addin
#tool nuget:?package=RestBus.Common&version=0.6.3
                    
Install as a Cake Tool

Easy, Service Oriented, Asynchronous Messaging and Queueing for .NET

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on RestBus.Common:

Package Downloads
RestBus.RabbitMQ

RabbitMQ broker for RestBus

RestBus.WebApi

ASP.NET Web API 2 framework support for RestBus

RestBus.ServiceStack

ServiceStack framework support for RestBus

RestBus.AspNet

ASP.NET Core (ASP.NET 5) framework support for RestBus

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.3 9,768 1/26/2016
0.6.2 3,211 1/23/2016
0.6.1-rc1 2,558 1/17/2016
Loading failed