SimpleMessageBus.Dispatch.FileSystem 5.0.0

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

SimpleMessageBus is a system for making applications more reliable and responsive to users by processing potentially long-running tasks out-of-band from the user's main workflow.
It is designed to run either on-prem, or in the Microsoft Cloud, making it suitable for any application, and able to grow as your needs do.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
5.0.1-CI-20250529-223102 96 3 days ago
5.0.1-CI-20250520-222034 131 12 days ago
5.0.1-CI-20250520-195555 122 12 days ago
5.0.1-CI-20250520-192653 127 12 days ago
5.0.1-CI-20250130-011027 969 4 months ago
5.0.1-CI-20250129-033359 76 4 months ago
5.0.0 108 7 months ago
5.0.0-CI-20241113-032129 76 7 months ago
5.0.0-CI-20241016-130751 80 8 months ago
5.0.0-CI-20241010-173543 81 8 months ago
5.0.0-CI-20240825-041953 104 9 months ago
5.0.0-CI-20240825-040029 94 9 months ago

Version 5.0:
- Changed the architecture to split out event stores in order to expand our capabilities. This package now
contains the required logic to dispatch events from local or network event stores.