Find latest TwinCAT version
Closed this issue · 2 comments
Beidendorfer commented
The installed TwinCat versions are listed in the interface ITcRemoteManager remoteManager.Versions
.
In the current sorting the last version is at position remoteManager.Versions[0]
In order not to rely on the sorting the last version should be determined from the interface remoteManager.Versions
maybe with the Versions class?
sagatowski commented
I think the versions class would be suitable for this. @Beidendorfer I'll assign this to you, I hope it's fine!
sagatowski commented
Solved by PR #16.