File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/dsian.TcPnScanner.CLI Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ private static string PrintDeviceList(LibPcapLiveDeviceList devices)
50
50
int i = 0 ;
51
51
foreach ( var dev in devices )
52
52
{
53
- sb . AppendLine ( $ "{ i } ) { dev . Name } { dev . Description } ") ;
53
+ sb . AppendLine ( $ "{ i } ) { dev . Interface . Name } { dev . Interface . FriendlyName } ") ;
54
54
i ++ ;
55
55
}
56
56
sb . AppendLine ( ) ;
Original file line number Diff line number Diff line change 18
18
<Description >Scans a PROFINET and adds all Stations to a PROFINET IO Device (TF6270)</Description >
19
19
<Copyright >Copyright (c) 2023 densogiaichned</Copyright >
20
20
<Title >TwinCAT Profinet Device Scanner</Title >
21
- <Version >0.3.0 </Version >
21
+ <Version >0.3.1 </Version >
22
22
<AssemblyVersion >$(Version)</AssemblyVersion >
23
23
<FileVersion >$(Version)</FileVersion >
24
24
<IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
You can’t perform that action at this time.
0 commit comments