NEventStore 5.2.0-build70-pre
See the version list below for details.
dotnet add package NEventStore --version 5.2.0-build70-pre
NuGet\Install-Package NEventStore -Version 5.2.0-build70-pre
<PackageReference Include="NEventStore" Version="5.2.0-build70-pre" />
paket add NEventStore --version 5.2.0-build70-pre
#r "nuget: NEventStore, 5.2.0-build70-pre"
// Install NEventStore as a Cake Addin
#addin nuget:?package=NEventStore&version=5.2.0-build70-pre&prerelease
// Install NEventStore as a Cake Tool
#tool nuget:?package=NEventStore&version=5.2.0-build70-pre&prerelease
The purpose of the EventStore is to represent a series of events as a stream. Furthermore, it provides hooks whereby any events committed to the stream can be dispatched to interested parties.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
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 (4)
Showing the top 4 popular GitHub repositories that depend on NEventStore:
Repository | Stars |
---|---|
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
|
|
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.0.1 | 45,923 | 12/29/2021 |
9.0.0 | 26,188 | 12/3/2021 |
8.0.0 | 52,495 | 12/18/2020 |
7.0.0 | 140,352 | 7/17/2019 |
6.1.0 | 6,530 | 7/5/2019 |
6.0.0 | 38,465 | 3/27/2019 |
6.0.0-rc-1 | 1,202 | 2/15/2019 |
6.0.0-rc-0 | 1,560 | 12/19/2018 |
5.2.0 | 201,941 | 5/23/2015 |
5.2.0-build70-pre | 1,143 | 5/23/2015 |
5.1.1 | 52,992 | 2/22/2015 |
5.1.0 | 17,199 | 8/14/2014 |
5.0.1.2 | 64,199 | 4/1/2014 |
5.0.0.100 | 27,717 | 3/15/2014 |
4.1.0.10 | 21,668 | 9/23/2013 |
4.1.0.8 | 2,346 | 9/16/2013 |
4.0.0.15 | 42,993 | 8/22/2013 |
v5.x is not backwards compatible with v4.x. Please check the release notes on github.