KubeMQContract 1.6.0

dotnet add package KubeMQContract --version 1.6.0
NuGet\Install-Package KubeMQContract -Version 1.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="KubeMQContract" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KubeMQContract --version 1.6.0
#r "nuget: KubeMQContract, 1.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 KubeMQContract as a Cake Addin
#addin nuget:?package=KubeMQContract&version=1.6.0

// Install KubeMQContract as a Cake Tool
#tool nuget:?package=KubeMQContract&version=1.6.0

KubeMQContract

The idea behind KubeMQContract is to wrap the interactions with a KubeMQ server in a simple and easy to use interface.
This is done through defining Messages (classes) and tagging them appropriately as necessary, then using those to interact with KubeMQ. Using this concept you can create a general library that contains all your Message classes (contract definitions) that are expected to be transmitted and recieved within a system. In addition to this, there is also the ability to specify versions for a given message type and implementing converters for original message types to the new types. This is in line with the idea of not breaking a contract within a system by updating a listener and giving time to other developers/teams to update their systems to supply the new version of the message. By default all message body's are json encoded and unencrypted, all of which can be overridden on a global level or on a per message type level through implementation of the appropriate interfaces.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 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. 
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.

Version Downloads Last updated
1.6.0 193 12/7/2023
1.5.1 141 7/19/2023
1.5.0 125 7/18/2023
1.4.1 137 7/14/2023
1.4.0 117 7/14/2023
1.3.1 153 7/7/2023
1.3.0 134 7/2/2023
1.2.0 122 6/6/2023
1.1.0 121 5/15/2023
1.0.0 141 5/5/2023