DH.Plugin.EventAggregator 1.2.2023.306-beta00021

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

// Install DH.Plugin.EventAggregator as a Cake Tool
#tool nuget:?package=DH.Plugin.EventAggregator&version=1.2.2023.306-beta00021&prerelease                

用于DH Maui框架的事件聚合器类库。事件聚合器提供多播发布/订阅功能。这意味着可以有多个发布者引发同一事件,也可以有多个订阅者侦听同一事件。参考https://github.com/TBertuzzi/Bertuzzi.MAUI.EventAggregator

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-android33.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios16.1 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst16.1 is compatible.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

用于DH Maui框架的事件聚合器类库