Whaally.Domain.Abstractions 2.0.0-beta.7

This is a prerelease version of Whaally.Domain.Abstractions.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Whaally.Domain.Abstractions --version 2.0.0-beta.7                
NuGet\Install-Package Whaally.Domain.Abstractions -Version 2.0.0-beta.7                
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="Whaally.Domain.Abstractions" Version="2.0.0-beta.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Whaally.Domain.Abstractions --version 2.0.0-beta.7                
#r "nuget: Whaally.Domain.Abstractions, 2.0.0-beta.7"                
#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 Whaally.Domain.Abstractions as a Cake Addin
#addin nuget:?package=Whaally.Domain.Abstractions&version=2.0.0-beta.7&prerelease

// Install Whaally.Domain.Abstractions as a Cake Tool
#tool nuget:?package=Whaally.Domain.Abstractions&version=2.0.0-beta.7&prerelease                

Interface definitions underpinning the Whaally.Domain library.

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. 
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 Whaally.Domain.Abstractions:

Package Downloads
Whaally.Domain

Decouple domain model from infrastructure allowing independent evolution of both.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-beta.9 126 1/6/2025
2.0.0-beta.8 54 1/5/2025
2.0.0-beta.7 65 1/4/2025
2.0.0-beta.6 55 1/2/2025
2.0.0-beta.5 89 12/31/2024
1.0.0 104 12/31/2024

# [2.0.0-beta.7](https://github.com/Whaally/Domain/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2025-01-04)


### Bug Fixes

* clean up namespace usage ([caa375d](https://github.com/Whaally/Domain/commit/caa375d575b0e56d99a607e123f5322585b362f7))
* refactor to replace command and event envelopes/metadata with concrete types ([7d785a1](https://github.com/Whaally/Domain/commit/7d785a118b12fd1e8834635b6ecbe0604325286a))
* replace (serializable) messaging interfaces with concrete types ([588da2a](https://github.com/Whaally/Domain/commit/588da2a49d5a015a9261d541ad44144f0e53809e))


### Features

* bump dependency versions ([b5c428a](https://github.com/Whaally/Domain/commit/b5c428a1e40be4f9b8decc0c16f81e21d4447223))


### BREAKING CHANGES

* message envelopes and message metadata objects have been moved to the abstractions project, and related interfaces have been removed.