tcunit/TcUnit-Runner

Find latest TwinCAT version

Closed this issue · 2 comments

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?

image

I think the versions class would be suitable for this. @Beidendorfer I'll assign this to you, I hope it's fine!

Solved by PR #16.