6 lines
448 B
C#
6 lines
448 B
C#
|
|
using System.Reflection;
|
||
|
|
|
||
|
|
[assembly: AssemblyVersion("3.0.2")]
|
||
|
|
[assembly: AssemblyCompany("Tivadar György Nagy")]
|
||
|
|
[assembly: AssemblyCopyright("Copyright © 2023 Tivadar György Nagy")]
|
||
|
|
[assembly: AssemblyDescription("Best MQTT is a premier Unity networking library, purpose-built for the seamless integration of the MQTT protocol. Ideal for dynamic real-time experiences like IoT device communication, messaging systems, and live data streams.")]
|