![]() |
VOOZH | about |
dotnet add package NEventStore --version 10.2.0
NuGet\Install-Package NEventStore -Version 10.2.0
<PackageReference Include="NEventStore" Version="10.2.0" />
<PackageVersion Include="NEventStore" Version="10.2.0" />Directory.Packages.props
<PackageReference Include="NEventStore" />Project file
paket add NEventStore --version 10.2.0
#r "nuget: NEventStore, 10.2.0"
#:package NEventStore@10.2.0
#addin nuget:?package=NEventStore&version=10.2.0Install as a Cake Addin
#tool nuget:?package=NEventStore&version=10.2.0Install as a Cake Tool
NEventStore is a persistence library used to abstract different storage implementations when using event sourcing as storage mechanism.
This library is developed with a specific focus on DDD/CQRS applications.
NEventStore currently supports:
Starting from Version 6.0.0 NEventStore will use Semantic Versioning to track the version numbers.
Branches:
Please see the documentation to get started and for more information.
ChangeLog can be found here
To build the project locally on a Windows Machine:
build.ps1 in the root of the repository.Versioning is done automatically by the build script updating the AssemblyInfo.cs file (<GenerateAssemblyInfo>false</GenerateAssemblyInfo> in .csproj files) before the build starts. The version number is retrieved from the git repository tags using "gitversion" tool.
Things are handled this way because NEventStore is used a submodule in other projects and it need to have it's own version number when building other projects.
You should not update the version number manually, not commit the updated AssemblyInfo files.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on NEventStore:
| Package | Downloads |
|---|---|
|
NEventStore.Persistence.Sql
Additional persistence provider for NEventStore using SQL. |
|
|
NEventStore.Serialization.Json
This package contains Json serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries. |
|
|
NEventStore.PollingClient
The purpose of the EventStore is to represent a series of events as a stream. NEventStore is a persistence agnostic event sourcing library for .NET. The primary use is most often associated with CQRS. This package is an implementation of a Polling Client that reads data from an EventStore. |
|
|
NEventStore.Domain
A recipe for implementing event sourced domain objects with NEventStore. |
|
|
NEventStore.Persistence.MongoDB
Additional persistence provider for NEventStore using MongoDB. |
Showing the top 4 popular GitHub repositories that depend on NEventStore:
| Repository | Stars |
|---|---|
|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
|
|
NEventStore/CommonDomain-ReadOnly
Encapsulates various infrastructure concerns for domains.
|
|
|
elliotritchie/NES
.NET Event Sourcing
|
|
|
bmaluijb/CloudDesignPatterns
Welcome to the GitHub repository of the cloud design patterns. This repository contains the examples for the Pluralsight course series: Cloud Design Patterns for Azure. You can download a copy and follow along in the course.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.2.0 | 402 | 6/15/2026 |
| 10.1.1 | 171,654 | 5/15/2025 |
| 10.1.0 | 31,902 | 4/22/2025 |
| 10.1.0-beta.1 | 248 | 4/8/2025 |
| 10.0.1 | 13,493 | 2/10/2025 |
| 10.0.0 | 195,756 | 1/24/2025 |
| 9.2.0 | 4,835 | 12/23/2024 |
| 9.1.1 | 211,500 | 8/1/2023 |
| 9.0.1 | 155,028 | 12/29/2021 |
| 9.0.0 | 65,473 | 12/3/2021 |
| 8.0.0 | 68,219 | 12/18/2020 |
| 7.0.0 | 206,969 | 7/17/2019 |
| 6.1.0 | 12,348 | 7/5/2019 |
| 6.0.0 | 66,159 | 3/27/2019 |
| 6.0.0-rc-1 | 2,087 | 2/15/2019 |
| 6.0.0-rc-0 | 2,464 | 12/19/2018 |
| 5.2.0 | 240,323 | 5/23/2015 |
| 5.2.0-build70-pre | 1,715 | 5/23/2015 |
| 5.1.1 | 56,185 | 2/22/2015 |
| 5.1.0 | 19,835 | 8/14/2014 |