Logitar.EventSourcing.Infrastructure 7.0.1

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

Logitar.EventSourcing.Infrastructure

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

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

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Logitar.EventSourcing.Infrastructure:

Package Downloads
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.

Logitar.Identity.Infrastructure

Provides an abstraction of a data store to be used with the Identity management platform.

Logitar.EventSourcing.Relational

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

Logitar.EventSourcing.MongoDB

Provides an implementation of an event store to be used with the Event Sourcing architecture pattern, and MongoDB.

Logitar.EventSourcing.Kurrent

Provides an implementation of an event store to be used with the Event Sourcing architecture pattern, and EventStoreDB/Kurrent.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1 1,851 12/27/2024
7.0.0 382 12/14/2024
6.0.1 197 11/28/2024
6.0.0 1,493 6/7/2024
5.0.2 764 3/25/2024
5.0.1 1,091 1/11/2024
5.0.0 492 12/30/2023
4.0.0 657 8/6/2023
3.0.0 270 7/12/2023

Fixed dependency injection.