Logitar.EventSourcing 5.1.0

dotnet add package Logitar.EventSourcing --version 5.1.0
NuGet\Install-Package Logitar.EventSourcing -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" 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 --version 5.1.0
#r "nuget: Logitar.EventSourcing, 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 as a Cake Addin
#addin nuget:?package=Logitar.EventSourcing&version=5.1.0

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

Logitar.EventSourcing

Provides an implementation of the Event Sourcing architecture pattern.

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:

Package Downloads
Logitar.Identity.Domain

Exposes aggregates, events and services from the Identity management platform domain.

Logitar.Portal.Core

Core business logic of the Portal system.

Logitar.EventSourcing.Infrastructure

Provides an abstraction of an event store to be used with the Event Sourcing architecture pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.0 428 3/25/2024
5.0.1 1,541 1/11/2024
5.0.0 404 12/30/2023
4.1.0 166 11/3/2023
4.0.1 1,686 8/13/2023
4.0.0 788 8/6/2023
3.0.0 215 7/12/2023
2.2.0 176 5/2/2023
2.1.0 307 3/5/2023
2.0.2 231 3/2/2023
2.0.1 234 2/23/2023
2.0.0 225 2/23/2023
1.2.2 245 2/22/2023
1.2.1 248 2/22/2023
1.2.0 241 2/22/2023
1.1.0 239 2/14/2023
1.0.1 240 2/14/2023
1.0.0 224 2/14/2023

Upgraded NuGet packages and added aggregate Raise methods.