The purpose of the EventStore is to represent a series of events as a stream.
Info
Version: | 1.0.2 |
Author(s): | RecordUnion |
Last Update: | Wednesday, April 19, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/recordunion/NEventStore |
NuGet Url: | https://www.nuget.org/packages/NEventStore.NETStandard |
Install
Install-Package NEventStore.NETStandard
dotnet add package NEventStore.NETStandard
paket add NEventStore.NETStandard
NEventStore.NETStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Threading(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
Tags