Logitar.EventSourcing
2.0.0
See the version list below for details.
dotnet add package Logitar.EventSourcing --version 2.0.0
NuGet\Install-Package Logitar.EventSourcing -Version 2.0.0
<PackageReference Include="Logitar.EventSourcing" Version="2.0.0" />
<PackageVersion Include="Logitar.EventSourcing" Version="2.0.0" />
<PackageReference Include="Logitar.EventSourcing" />
paket add Logitar.EventSourcing --version 2.0.0
#r "nuget: Logitar.EventSourcing, 2.0.0"
#:package Logitar.EventSourcing@2.0.0
#addin nuget:?package=Logitar.EventSourcing&version=2.0.0
#tool nuget:?package=Logitar.EventSourcing&version=2.0.0
Logitar.EventSourcing
Provides an implementation of Event Sourcing for domain aggregates and events.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Logitar.EventSourcing:
Package | Downloads |
---|---|
Logitar.Identity.Domain
Exposes aggregates, events and services from the Identity management platform domain. |
|
Logitar.Identity.Core
Exposes domain aggregates, events, entities, value objects, exceptions and services of an Identity system. |
|
Logitar.EventSourcing.Infrastructure
Provides an abstraction of an event store to be used with the Event Sourcing architecture pattern. |
|
Logitar.Portal.Core
Core business logic of the Portal system. |
|
Krakenar.Core
Domain business and application core logic of the Krakenar tool suite. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
7.0.2 | 1,507 | 4/16/2025 |
7.0.1 | 2,781 | 12/27/2024 |
7.0.0 | 485 | 12/14/2024 |
6.0.1 | 223 | 11/28/2024 |
6.0.0 | 1,519 | 6/7/2024 |
5.1.0 | 881 | 3/25/2024 |
5.0.1 | 1,810 | 1/11/2024 |
5.0.0 | 526 | 12/30/2023 |
4.1.0 | 228 | 11/3/2023 |
4.0.1 | 1,886 | 8/13/2023 |
4.0.0 | 1,001 | 8/6/2023 |
3.0.0 | 332 | 7/12/2023 |
2.2.0 | 273 | 5/2/2023 |
2.1.0 | 430 | 3/5/2023 |
2.0.2 | 337 | 3/2/2023 |
2.0.1 | 337 | 2/23/2023 |
2.0.0 | 338 | 2/23/2023 |
1.2.2 | 343 | 2/22/2023 |
1.2.1 | 353 | 2/22/2023 |
1.2.0 | 346 | 2/22/2023 |
1.1.0 | 339 | 2/14/2023 |
1.0.1 | 349 | 2/14/2023 |
1.0.0 | 326 | 2/14/2023 |
Added maximum length on AggregateId values.