DataceenEvent 1.0.24

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

DataceenEvent

DataceenEvent is a NuGet package that contains shared Dataceen event model types for .NET applications.

Overview

Use this package when you need a common event contract between Dataceen services, clients, and event-driven integrations. It is intended for scenarios where event payloads must be serialized, transported, and consumed consistently across solutions.

Features

  • Shared Dataceen event model types
  • Reusable contracts for event-based integrations
  • Suitable for services that publish or consume Dataceen event messages
  • Targets modern .NET applications

Installation

Install from NuGet:

Install-Package DataceenEvent

Or with the .NET CLI:

dotnet add package DataceenEvent

Usage

Reference the package from projects that need to work with Dataceen event payloads.

using DataceenEvent.Model;

// Example: create or consume a shared Dataceen event model

Typical scenarios

  • EventStore integrations
  • Message broker consumers and publishers
  • Shared contracts between Dataceen microservices
  • Domain event processing pipelines

License

See license.txt for license information.

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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DataceenEvent:

Package Downloads
DataceenClient

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.24 180 5/25/2026
1.0.23 371 5/3/2026
1.0.22 495 3/15/2026
1.0.21 443 3/4/2026
1.0.20 405 6/21/2025
1.0.19 221 1/24/2025
1.0.18 182 1/17/2025
1.0.17 189 11/24/2024
1.0.16 157 11/23/2024
1.0.15 152 11/23/2024
1.0.14 147 11/23/2024