convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
403 stars 119 forks source link

Where is the v3.1.1 code? #238

Closed lushess255 closed 1 year ago

lushess255 commented 2 years ago

I can't find the code used to build the v3.1.1 nuget package - there is no v3.1.1 tag.

For example, UaTcpSessionChannel is in the Workstation.UaClient nuget package but I couldn't find it any of the branches.

Where is the v3.1.1 code? I'm sorry if there is simple, quick answer to this that I'm missing.

trivalik commented 1 year ago

I guess one of these commits from 14. September 2021:

https://github.com/convertersystems/opc-ua-client/commit/f85050373b3753bcbb5889e97f4405c80a18da18 https://github.com/convertersystems/opc-ua-client/commit/49dba326237efcf5247a9efcd77854f5257290be https://github.com/convertersystems/opc-ua-client/commit/8d4f8d5038cd09b7a254328bbd6ab812d80e84df

maybe the last one because it is flagged as verified. Detail you have to use a decompiler to check whether the change of commit is inside the dll from nuget package.

awcullen commented 1 year ago

Thanks @trivalik

lushess255 commented 1 year ago

UaTcpSessionChannel is in the nuget package but I can't find its source on this site (including the commits you linked to). Where is its source?

trivalik commented 1 year ago

You can find it here https://github.com/convertersystems/opc-ua-client/blob/f85050373b3753bcbb5889e97f4405c80a18da18/UaClient/ServiceModel/Ua/Channels/UaTcpSessionChannel.cs (this is one commit from the 3 above, the hash in the link). There was some changes in master. You cannot use github to search in old commits.