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.
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.
// Install Appccelerate.EventBroker as a Cake Addin
#addin nuget:?package=Appccelerate.EventBroker&version=3.15.0

// Install Appccelerate.EventBroker as a Cake Tool
#tool nuget:?package=Appccelerate.EventBroker&version=3.15.0

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 519 1/14/2015
3.13.0 314 11/17/2014
3.9.0 195 10/6/2014
3.1.0 456 1/20/2014
2.0.84 6,629 5/31/2013
2.0.83 90 5/31/2013
1.0.44 105 10/28/2012
1.0.36 76 8/21/2012
1.0.29 86 6/15/2012
1.0.25-alpha 52 6/12/2012
1.0.24-alpha 56 4/5/2012
1.0.21-alpha 65 3/21/2012

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