File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ public bool publishClientOnline()
552552 string MyTopic1 = this . mqttPrefix + "/" + this . clientId + "/" + "gw-version" ;
553553 MqttApplicationMessage applicationMessage1 = new MqttApplicationMessageBuilder ( )
554554 . WithTopic ( MyTopic1 )
555- . WithPayload ( "Umatigateway_1.0.0 ")
555+ . WithPayload ( $ "umatiGateway- { Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version ? . ToString ( ) } ")
556556 . Build ( ) ;
557557 if ( this . mqttClient != null )
558558 {
Original file line number Diff line number Diff line change 77 <SelfContained >true</SelfContained >
88 <UserSecretsId >a6a3a4b3-1ead-446e-9c8c-671e54a46342</UserSecretsId >
99 <DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
10- <Version >1.0.0-rc1 </Version >
10+ <Version >1.0.0-rc2 </Version >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
You can’t perform that action at this time.
0 commit comments