SlimMessageBus 0.8.1.28358

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SlimMessageBus --version 0.8.1.28358                
NuGet\Install-Package SlimMessageBus -Version 0.8.1.28358                
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="SlimMessageBus" Version="0.8.1.28358" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SlimMessageBus --version 0.8.1.28358                
#r "nuget: SlimMessageBus, 0.8.1.28358"                
#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 SlimMessageBus as a Cake Addin
#addin nuget:?package=SlimMessageBus&version=0.8.1.28358

// Install SlimMessageBus as a Cake Tool
#tool nuget:?package=SlimMessageBus&version=0.8.1.28358                

A lightweight pub/sub message bus interface. The goal of this library is to introduce a slim common interface. Use one of the extensions to add in-process, sync/async or out of process message passing. Only adds what you actually use, while giving a great potential for growth as your app evolves.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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 (10)

Showing the top 5 NuGet packages that depend on SlimMessageBus:

Package Downloads
SlimMessageBus.Host

A lightweight message bus interface for .NET. The goal of this library is to introduce a slim facade for messaging brokers. Use one of the transport providers for in-process (in-memory), Apache Kafka or Azure Service Bus messaging.

SlimMessageBus.Host.Interceptor

Core interceptor interfaces of SlimMessageBus

SlimMessageBus.Host.DependencyResolver

Core dependency resolver interfaces of SlimMessageBus

SlimMessageBus.Host.Memory

Simple provider for SlimMessageBus for in process message passing. Messages are stored in memory (state is transient).

SlimMessageBus.Host.Configuration

Core configuration interfaces of SlimMessageBus

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-rc9 2,198 9/2/2024
3.0.0-rc8 1,156 8/22/2024
3.0.0-rc7 745 8/20/2024
3.0.0-rc6 897 8/12/2024
3.0.0-rc5 1,234 7/2/2024
3.0.0-rc2 1,693 6/24/2024
3.0.0-rc11 571 9/18/2024
3.0.0-rc10 734 9/4/2024
3.0.0-rc1 1,350 6/2/2024
2.0.4 9,716 9/18/2024
2.0.3 26,448 7/2/2024
2.0.3-rc3 3,294 6/16/2024
2.0.3-rc2 719 6/16/2024
2.0.3-rc1 798 6/16/2024
2.0.2 76,497 2/4/2024
2.0.1 102,479 4/16/2023
2.0.0 42,727 4/1/2023
2.0.0-rc3 4,489 2/27/2023
1.8.0 13,601 2/7/2023
1.8.0-rc1 2,996 1/16/2023
1.7.0 118,922 11/13/2022
1.6.0 104,638 5/21/2022
1.6.0-rc1 1,833 5/15/2022
1.5.1 128,378 1/8/2022
1.5.0 10,876 11/14/2021
1.5.0-rc1 1,521 11/2/2021
1.4.0 77,849 6/18/2021
1.4.0-rc1 23,568 6/17/2021
1.3.1 5,583 6/6/2021
1.3.0 115,465 1/8/2021
1.3.0-rc1 1,895 12/26/2020
1.2.0 79,819 2/4/2020
1.2.0-rc1 1,765 1/25/2020
1.1.2 12,647 3/11/2019
1.1.1 4,481 2/16/2019
1.1.1-rc2 2,003 2/13/2019
1.1.1-rc0 3,393 1/13/2019
1.1.0 7,316 12/9/2018
1.0.2 4,863 11/8/2018
1.0.1 4,162 3/12/2018
1.0.0 3,914 3/4/2018
0.9.10 7,981 4/24/2017
0.9.8.34503 2,798 2/26/2017
0.9.7.41418 2,796 2/21/2017
0.9.4.42839 2,889 2/14/2017
0.9.4.28525 2,846 2/19/2017
0.9.4.25654 2,818 2/19/2017
0.9.3.799 2,815 2/12/2017
0.9.2.429 2,494 1/22/2017
0.9.1.43075 2,802 1/22/2017
0.8.1.28358 2,387 5/21/2016

Summary of changes made in this release of the package.