Aggregates 0.54.0

dotnet add package Aggregates --version 0.54.0
                    
NuGet\Install-Package Aggregates -Version 0.54.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="Aggregates" Version="0.54.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aggregates" Version="0.54.0" />
                    
Directory.Packages.props
<PackageReference Include="Aggregates" />
                    
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 Aggregates --version 0.54.0
                    
#r "nuget: Aggregates, 0.54.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 Aggregates@0.54.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=Aggregates&version=0.54.0
                    
Install as a Cake Addin
#tool nuget:?package=Aggregates&version=0.54.0
                    
Install as a Cake Tool

Main package of the Aggregates library (functional event sourcing)

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Aggregates:

Package Downloads
Aggregates.EventStoreDB

Add-on to the Aggregates package to use EventStoreDB to store events.

Aggregates.Sql

Add-on to the Aggregates package to use projections using a SQL database.

Aggregates.Json

Add-on to the Aggregates package to use JSON for serialization/deserialization.

Aggregates.Protobuf

Add-on to the Aggregates package to use Protobuf for serialization/deserialization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.54.0 79 1/9/2026
0.53.2 222 12/15/2025
0.53.1 263 11/13/2025
0.53.0 260 11/12/2025
0.52.0 413 11/12/2024
0.51.0 155 11/12/2024
0.50.0 187 11/12/2024
0.49.0 170 11/12/2024
0.48.1 650 7/9/2024
0.48.0 827 6/6/2024
0.47.0 186 6/5/2024
0.46.0 201 5/15/2024
0.45.0 185 5/15/2024
0.44.1 237 5/2/2024
0.44.0 171 5/2/2024
0.43.2 151 5/2/2024
0.43.1 136 5/2/2024
0.43.0 213 4/30/2024
0.42.0 205 4/30/2024
0.41.0 231 4/9/2024
Loading failed