tcunit / TcUnit-Runner

Program that makes it possible to automate runs of TcUnit unit tests
Other
34 stars 17 forks source link

Find latest TwinCAT version #15

Closed Beidendorfer closed 3 years ago

Beidendorfer commented 3 years ago

The installed TwinCat versions are listed in the interfaceITcRemoteManager 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

sagatowski commented 3 years ago

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

sagatowski commented 3 years ago

Solved by PR #16.