EventSourcingKit 0.15.18

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

EventSourcingKit

EventSourcingKit is a lightweight Event Sourcing library for .NET, built on top of EventSourcingDB.

It lets you store, replay, and project events with minimal ceremony, while staying unopinionated about the rest of your architecture. EventSourcingKit assumes EventSourcingDB as the event store and Microsoft's dependency injection for wiring, and leaves CQRS, Domain-Driven Design, command handling, projection storage, and messaging to your application.

Documentation

The full documentation is hosted at www.eventsourcingkit.net. It covers getting started, the library's features, and configuration.

For Event Sourcing concepts and the database EventSourcingKit builds on, see the EventSourcingDB documentation.

Installation

EventSourcingKit is distributed as a NuGet package, alongside the EventSourcingDB client:

dotnet add package EventSourcingDb
dotnet add package EventSourcingKit

See the getting started guide for the next steps.

License

EventSourcingKit is licensed under the MIT License.

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

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
0.15.18 41 9/20/2026
0.15.17 131 9/6/2026
0.15.16 103 9/5/2026
0.15.15 95 9/4/2026
0.15.14 87 9/4/2026
0.15.13 114 8/3/2026
0.15.12 115 7/26/2026
0.15.11 122 7/20/2026
0.15.10 116 7/12/2026
0.15.9 123 7/5/2026
0.15.8 117 6/28/2026