|
@@ -52,7 +52,7 @@ namespace MQTTnet.Server |
|
|
|
|
|
|
|
|
Console.ForegroundColor = ConsoleColor.White; |
|
|
Console.ForegroundColor = ConsoleColor.White; |
|
|
Console.WriteLine($@" |
|
|
Console.WriteLine($@" |
|
|
Version: {Assembly.GetExecutingAssembly().GetName().Version} |
|
|
|
|
|
|
|
|
Version: {Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion} |
|
|
License: MIT (read LICENSE file) |
|
|
License: MIT (read LICENSE file) |
|
|
Sponsoring: https://opencollective.com/mqttnet |
|
|
Sponsoring: https://opencollective.com/mqttnet |
|
|
Support: https://github.com/chkr1011/MQTTnet/issues |
|
|
Support: https://github.com/chkr1011/MQTTnet/issues |
|
|