Muflone 6.2.0

dotnet add package Muflone --version 6.2.0
NuGet\Install-Package Muflone -Version 6.2.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="Muflone" Version="6.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Muflone --version 6.2.0
#r "nuget: Muflone, 6.2.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.
// Install Muflone as a Cake Addin
#addin nuget:?package=Muflone&version=6.2.0

// Install Muflone as a Cake Tool
#tool nuget:?package=Muflone&version=6.2.0

<div align="center"> <h1 align="center">Muflone</h1> <div align="center"> </div> </div> A CQRS and event store library based on the great work of Jonathan Oliver with CommonDomain as part of NEventStore

Give a Star! ⭐

If you like or are using this project please give it a star. Thanks!

Getting started 🚀

Install-Package Muflone

Sample usage

Look at this repo

Product Compatible and additional computed target framework versions.
.NET 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 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 (8)

Showing the top 5 NuGet packages that depend on Muflone:

Package Downloads
Muflone.Eventstore

Eventstore implementation for Muflone

Muflone.MassTransit.RabbitMQ

Mass transit service bus for RabbitMQ and wrappers for Muflone's CommandHandlers and EventHandlers

Muflone.SpecificationTests

Helpers for testing events with Muflone

Muflone.Saga

Saga base implementation for Muflone

Muflone.Transport.RabbitMQ

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.0 766 4/19/2023
6.1.1 703 10/12/2022
6.1.0 1,728 8/25/2022
6.0.5 699 7/11/2022
6.0.4 1,270 5/23/2022
6.0.3 427 5/23/2022
6.0.2 826 5/6/2022
1.0.1 1,766 7/21/2020
1.0.0 452 7/21/2020
0.9.4 590 8/14/2019
0.9.3 1,356 8/14/2019
0.9.2 540 8/14/2019
0.9.1 1,401 6/25/2019
0.9.0 1,856 10/28/2018

.NET6 Support, improved messaging part