Cronus 2.4.0-beta0002

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

Elders.Cronus

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

Showing the top 5 NuGet packages that depend on Cronus:

Package Downloads
Cronus.Transport.RabbitMQ

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind.

Cronus.Projections.Cassandra

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind.

Cronus.Persistence.Cassandra

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind.

Cronus.Api

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind.

Cronus.AtomicAction.Redis

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.2.5 493 5/21/2025
11.2.4 336 5/19/2025
11.2.2 524 4/2/2025
11.2.1 611 4/1/2025
11.2.0 475 4/1/2025
11.1.0 439 3/28/2025
11.0.3 441 3/17/2025
11.0.2 567 2/13/2025
11.0.1 1,305 2/10/2025
11.0.0 294 2/10/2025
11.0.0-preview.14 315 12/10/2024
11.0.0-preview.13 156 11/15/2024
11.0.0-preview.12 157 11/8/2024
11.0.0-preview.11 249 11/7/2024
11.0.0-preview.10 156 10/29/2024
10.13.6 310 2/10/2025
10.13.5 362 1/3/2025
10.13.4 289 12/10/2024
7.1.0-preview-v7-add-rawpay... 239 4/3/2025
2.4.0-beta0002 1,905 11/10/2015
Loading failed

Moved DefaultAggregateRootAtomicAction to the Cronus.AtocmicAction.Redis project.
Added support for cluster configuration and atomic action. In memory atomic action by default.
IAggregateRootLock and IRevisionStore interfaces moved to the Elders.Cronus.AtomicAction.Redis project.