Flowly 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Flowly --version 1.0.0
                    
NuGet\Install-Package Flowly -Version 1.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="Flowly" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flowly" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Flowly" />
                    
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 Flowly --version 1.0.0
                    
#r "nuget: Flowly, 1.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.
#:package Flowly@1.0.0
                    
#: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=Flowly&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Flowly&version=1.0.0
                    
Install as a Cake Tool

Transport-agnostic queue-based messaging abstraction for .NET. Supports dead letter tracking, jobs, and recurring jobs. Take your dependency on what of the Flowly transport implementations e.g. Flowly.RabbitMQ

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Flowly:

Package Downloads
Flowly.DeadLetters

Dead letter tracking core for Flowly. Deadletter tracking requires an underlying database so take your dependency on Flowly.DeadLetters.X where X is your database abstraction.

Flowly.Jobs

Job state tracking and CRON scheduling for Flowly. Job state tracking requires an underlying database so take your dependency on Flowly.Jobs.X where X is the database you want to use.

Flowly.AzureServiceBus.Aspire

Aspire AppHost integration for Flowly Azure Service Bus.

Flowly.AzureServiceBus

Azure Service Bus transport for Flowly.

Flowly.OpenTelemetry

OpenTelemetry metrics and traces integration for Flowly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 103 5/6/2026
1.0.0 110 5/6/2026