NEventStore 6.0.0
See the version list below for details.
dotnet add package NEventStore --version 6.0.0
NuGet\Install-Package NEventStore -Version 6.0.0
<PackageReference Include="NEventStore" Version="6.0.0" />
paket add NEventStore --version 6.0.0
#r "nuget: NEventStore, 6.0.0"
// Install NEventStore as a Cake Addin #addin nuget:?package=NEventStore&version=6.0.0 // Install NEventStore as a Cake Tool #tool nuget:?package=NEventStore&version=6.0.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
NuGet packages (30)
Showing the top 5 NuGet packages that depend on NEventStore:
Package | Downloads |
---|---|
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.Persistence.Sql
Additional persistence provider for NEventStore using SQL. |
|
NEventStore.Domain
A recipe for implementing event sourced domain objects with NEventStore. |
|
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.Persistence.MongoDB
Additional persistence provider for NEventStore using MongoDB. |
GitHub repositories (3)
Showing the top 3 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
|
Version | Downloads | Last updated |
---|---|---|
9.1.1 | 83,683 | 8/1/2023 |
9.0.1 | 124,139 | 12/29/2021 |
9.0.0 | 46,778 | 12/3/2021 |
8.0.0 | 61,068 | 12/18/2020 |
7.0.0 | 175,470 | 7/17/2019 |
6.1.0 | 7,485 | 7/5/2019 |
6.0.0 | 55,370 | 3/27/2019 |
6.0.0-rc-1 | 1,776 | 2/15/2019 |
6.0.0-rc-0 | 2,137 | 12/19/2018 |
5.2.0 | 221,907 | 5/23/2015 |
5.2.0-build70-pre | 1,241 | 5/23/2015 |
5.1.1 | 54,601 | 2/22/2015 |
5.1.0 | 18,013 | 8/14/2014 |
5.0.1.2 | 69,439 | 4/1/2014 |
5.0.0.100 | 41,749 | 3/15/2014 |
4.1.0.10 | 76,343 | 9/23/2013 |
4.1.0.8 | 2,542 | 9/16/2013 |
4.0.0.15 | 47,729 | 8/22/2013 |
v6.x is not backwards compatible with v5.x. Please check the release notes on github.