Logitar.EventSourcing.EntityFrameworkCore.Relational 5.1.0

dotnet add package Logitar.EventSourcing.EntityFrameworkCore.Relational --version 5.1.0
NuGet\Install-Package Logitar.EventSourcing.EntityFrameworkCore.Relational -Version 5.1.0
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="Logitar.EventSourcing.EntityFrameworkCore.Relational" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logitar.EventSourcing.EntityFrameworkCore.Relational --version 5.1.0
#r "nuget: Logitar.EventSourcing.EntityFrameworkCore.Relational, 5.1.0"
#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.
// Install Logitar.EventSourcing.EntityFrameworkCore.Relational as a Cake Addin
#addin nuget:?package=Logitar.EventSourcing.EntityFrameworkCore.Relational&version=5.1.0

// Install Logitar.EventSourcing.EntityFrameworkCore.Relational as a Cake Tool
#tool nuget:?package=Logitar.EventSourcing.EntityFrameworkCore.Relational&version=5.1.0

Logitar.EventSourcing.EntityFrameworkCore.Relational

Provides an abstraction of a relational event store to be used with the Event Sourcing architecture pattern and Entity Framework Core.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Logitar.EventSourcing.EntityFrameworkCore.Relational:

Package Downloads
Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL

Provides an implementation of a relational event store to be used with the Event Sourcing architecture pattern, Entity Framework Core and PostgreSQL.

Logitar.Identity.EntityFrameworkCore.Relational

Provides an abstraction of a relational event store to be used with Identity management platform and Entity Framework Core.

Logitar.EventSourcing.EntityFrameworkCore.SqlServer

Provides an implementation of a relational event store to be used with the Event Sourcing architecture pattern, Entity Framework Core and Microsoft SQL Server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.0 345 3/25/2024
5.0.1 835 1/11/2024
5.0.0 384 12/30/2023
4.0.0 409 8/6/2023
3.0.0 157 7/12/2023

Upgraded NuGet packages and added EventDb class.