PouchCosmeticInspection.Messaging 3.2.3

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

// Install PouchCosmeticInspection.Messaging as a Cake Tool
#tool nuget:?package=PouchCosmeticInspection.Messaging&version=3.2.3

PouchCosmeticInspection.Messaging

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 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
3.2.3 75 4/22/2024
3.2.2 69 4/18/2024
3.2.1 77 4/17/2024

v3.2.3 messaging: add StringSet and StringGet methods

v3.2.2 messaging: add methods for OperationModeChangedMessage, UserLevelChangedMessage

v3.2.1 core: add new messages: OperationModeChangedMessage, UserLevelChangedMessage; InspectionCompleteMessage adds new field RobotCode

v3.2.0 core: add new result type: CloseToNg

v3.1.0 add heartbeat message and pubsub methods

v3.0.0 refactor message formats, break compatibility; add new "union report" messaging interface

v2.1.0 messaging: add custom AlarmHappenedMessage

v2.0.0 messaging: add standard messages, remove label.proto of pouch messages

v1.3.0 messaging: add union complete pubsub methods

v1.2.0 upgrade dependencies

v1.1.0 add more message types

v1.0.0 init release