ArianeBus 1.0.6.2

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

// Install ArianeBus as a Cake Tool
#tool nuget:?package=ArianeBus&version=1.0.6.2

Send and Receive messages massively with Azure Bus

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on ArianeBus:

Package Downloads
DistributedTasksOnTime.Client

Package Description

Palace.Client

Package Description

ArianeBus.MediatR

Publish and Receive notifications messages with Azure Bus and process it from MediatoR

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.14 258 2/10/2024
1.0.13.6 493 10/17/2023
1.0.12.5 238 10/2/2023
1.0.11.5 366 9/13/2023
1.0.10.4 384 7/15/2023
1.0.9.3 525 4/17/2023
1.0.8.2 257 4/13/2023
1.0.7.2 164 4/12/2023
1.0.6.2 165 4/12/2023
1.0.5.2 153 4/11/2023
1.0.4.1 175 4/10/2023
1.0.3 176 4/9/2023
1.0.2 178 4/6/2023
1.0.1 154 4/5/2023
0.0.9 180 4/5/2023

1.0.6.2 Improve message sender behavior by queue or topic
1.0.5.2 Fix multiple possible registration of SenderStrategy
1.0.4.1 Fix bug on configuration
1.0.3.0 Improve configuration
1.0.2.0 Mock for Unit Tests
1.0.1.0 Tests ok
0.0.9.0 Creation