Appccelerate.EventBroker 3.15.0

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

Notification component for synchronous and asynchronous loosely coupled notification with automatic thread switching:
     synchronous and asynchronous notification,
     automatic thread switching: to background or UI thread,
     loose coupling of event topic publishers and subscribers,
     publishers and subscribers are referenced by weak references and can therefore be garbage collected
     multiple publishers and/or subscribers for a single event topic,
     matchers for publications and subscriptions,
     thorough customizable logging,
     extension support.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.15.0 518 1/14/2015
3.13.0 316 11/17/2014
3.9.0 196 10/6/2014
3.1.0 457 1/20/2014
2.0.84 6,630 5/31/2013
2.0.83 92 5/31/2013
1.0.44 106 10/28/2012
1.0.36 78 8/21/2012
1.0.29 88 6/15/2012
1.0.25-alpha 54 6/12/2012
1.0.24-alpha 58 4/5/2012
1.0.21-alpha 67 3/21/2012

Fixed missing call to base.Initialize in OnUserInterface and OnUserInterfaceAsync handlers resulting in NullReferenceExceptions on ExtensionHost.