Resonance.Core 0.6.0

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

// Install Resonance.Core as a Cake Tool
#tool nuget:?package=Resonance.Core&version=0.6.0

Eventing library, with support for MsSql and MySql. Ideal for implementing CQRS, business events, pub - sub, microservices, etc.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 Resonance.Core:

Package Downloads
Resonance.Web.Client

Resonance.Web.Client

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 1,647 1/31/2018
0.8.7 1,037 11/8/2017
0.8.6 1,052 10/9/2017
0.8.5 1,016 10/4/2017
0.8.3 1,117 6/29/2017
0.8.2 1,066 6/23/2017
0.8.1 1,082 6/13/2017
0.8.0 1,145 6/1/2017
0.7.2 1,098 3/14/2017
0.7.1 1,411 2/2/2017
0.7.0 1,138 1/30/2017
0.6.9 1,125 1/18/2017
0.6.7 1,080 1/11/2017
0.6.6 1,076 12/23/2016
0.6.5 1,027 12/9/2016
0.6.4 962 12/2/2016
0.6.3 1,028 11/25/2016
0.6.2 981 11/16/2016
0.6.1 1,261 11/4/2016
0.6.0 1,078 11/2/2016
0.5.9 1,003 10/25/2016
0.5.8 949 10/21/2016
0.5.7 1,006 10/20/2016
0.5.6 1,018 10/18/2016
0.5.5 980 10/15/2016
0.5.0 983 10/13/2016
0.4.3 997 10/13/2016
0.4.2 968 10/11/2016
0.4.1 1,250 10/10/2016
0.4.0 1,081 10/7/2016
0.3.0 1,165 10/3/2016
0.2.3 993 9/29/2016
0.2.2 975 9/27/2016
0.2.1 974 9/26/2016
0.2.0 1,647 9/20/2016
0.1.4 2,759 9/17/2016
0.1.3-alpha 971 9/13/2016

Subscriptionfilters can now specify NOT to match a specific header. DB-models updates (mandatory NotMatch column added to TopicSubscriptionFilter).