Regalo.Core 7.0.2

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

A simple DDD event sourcing library based entirely on my learnings from Greg Young's DDD, CQRS and Event Sourcing course.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Regalo.Core:

Package Downloads
Regalo.RavenDB

A RavenDB event store implementation for Regalo.Core.

Regalo.Testing

Simple, fully unit-tested fake implementations of interfaces from Regalo.Core, to aid unit testing.

Regalo.SqlServer

A Microsoft SQL Server event store implementation for Regalo.Core.

Regalo.ObjectCompare

A simple library that compares objects (useful for unit testing) using reflection.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.2 3,953 5/20/2014
7.0.1 3,626 5/13/2014
7.0.0 3,762 4/1/2014
6.1.1 3,822 4/1/2014
6.1.0 3,519 3/31/2014
5.4.0 3,796 2/24/2014
5.3.4 3,714 2/15/2014
5.3.2 3,460 2/14/2014
5.3.1 3,746 2/13/2014
5.3.0 3,463 1/24/2014
5.2.0 3,230 1/24/2014
5.1.1.6 3,406 1/10/2014
5.1.1.5 3,752 1/10/2014
5.1.1 3,310 8/14/2013
5.0.1 3,369 5/3/2013
5.0.0 3,385 1/9/2013
4.4.0 3,326 1/9/2013
4.2.0.1 3,261 1/8/2013
Loading failed