Skip to content

Releases: technosoftware-gmbh/opcdaaehda-client-solution-net

OPC DA/AE/HDA Solution .NET - 2.0.2

01 Dec 05:59
270026e
Compare
Choose a tag to compare

Changes

  • Added support of .NET 8.0
  • Removed support of .NET 4.6.2 and .NET 4.7.2
  • NuGet packages are now only distributed locally in the repository

What's Changed

Full Changelog: 2.0.0...2.0.2

OPC DA/AE/HDA Solution .NET - 2.0.0

08 Jan 06:26
b906d0e
Compare
Choose a tag to compare

Breaking Changes

  • Splitted into 3 DLLs.
  • Technosoftware.DaAeHdaClient.dll
  • Technosoftware.DaAeHdaClient.Com.dll
  • Technosoftware.OpcRcw.dll
  • Connection to a server is now done differently. See examples!

OPC DA/AE/HDA Solution .NET - 1.4.1

07 Jan 07:59
ce6528b
Compare
Choose a tag to compare

Changes

  • Added .NET 7.0

OPC DA/AE/HDA Solution .NET - 1.4.0

24 Sep 10:38
4f2c077
Compare
Choose a tag to compare

Changes

What's Changed

Full Changelog: 1.3.0...1.4.0

OPC DA/AE/HDA Solution .NET - 1.3.0

13 Aug 07:19
Compare
Choose a tag to compare

Breaking Changes

  • removed support of .NET 5.0 because of end of life (see here)

What's Changed

Full Changelog: 1.2.6...1.3.0

OPC DA/AE/HDA Solution .NET - 1.2.6

24 May 06:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.5...1.2.6

OPC DA/AE/HDA Solution .NET - 1.2.5

05 Mar 09:04
ec2b132
Compare
Choose a tag to compare

Fixed Issues

  • Support of .NET 6.0

OPC DA/AE/HDA Solution .NET - 1.2.4

11 Feb 15:36
Compare
Choose a tag to compare

Fixed Issues

  • Added README to nuget package
  • Changed lock for subscription to instance lock to increase performance. Might affect callback handling.
  • For OPC DA 2.0 only servers Subscription GetState() was called wrong. The OPC DA 3.0 version was used instead of the DA 2.0 version.

OPC DA/AE/HDA Solution .NET - 1.2.2

19 Dec 07:00
Compare
Choose a tag to compare

Changes

OPC DA/AE/HDA Client Solution .NET - 1.2.0

09 Apr 06:48
Compare
Choose a tag to compare

Changes

  • NuGet packages are now available under a commercial license

### Fixed Issues

  • Issue #14: Fix Connect method(). It ended correctly even if connection is not established
  • Issue #15: Disconnect() method is not executed correctly because of wrong implemented Dispose() methods.

### Refactoring

  • Refactored Technosoftware.DaAeHdaClient.Da
  • Refactored Technosoftware.DaAeHdaClient.Ae
  • Refactored Technosoftware.DaAeHdaClient.Hda
  • Removed OpcServerType class because it is not used at all