- RepetierMqtt now supports net5.0 and net6.0.
- Updated RepetierSharp version to 0.1.8.1
- Updated MQTTnet version to 4.2.1.781 (latest)
- Add error handling for serializing empty data objects
- Rework payload of published event and response messages
- Payload for events now contain the printer and event name beside the actual event data
- Payload for command responses now contain the callbackId and command name beside the actual response data
- Remove trailing callbackId in the topic of published command responses
- TBD