From 008f895193bdba976aa0c3c15c199bf0f7ef6240 Mon Sep 17 00:00:00 2001 From: luosheng Date: Fri, 17 Feb 2023 08:23:16 +0800 Subject: [PATCH] change package reference for h-opc used in Modbus.Net --- Libraries/h-opc/UaClient.cs | 4 ++++ Libraries/h-opc/h-opc.csproj | 24 ++++++++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Libraries/h-opc/UaClient.cs b/Libraries/h-opc/UaClient.cs index b998f4c..a599ca5 100644 --- a/Libraries/h-opc/UaClient.cs +++ b/Libraries/h-opc/UaClient.cs @@ -2,6 +2,10 @@ using Opc.Ua; using Opc.Ua.Client; using Opc.Ua.Configuration; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; namespace Hylasoft.Opc.Ua { diff --git a/Libraries/h-opc/h-opc.csproj b/Libraries/h-opc/h-opc.csproj index 132def2..4325c32 100644 --- a/Libraries/h-opc/h-opc.csproj +++ b/Libraries/h-opc/h-opc.csproj @@ -1,10 +1,25 @@ - net6.0 - h_opc - enable - enable + net6.0 + h-opc-ua + Hylasoft.Opc + h-opc-ua + 0.9.3 + Modbus.Net + Chris L.(Luo Sheng) + Hangzhou Delian Science Technology Co.,Ltd. + https://github.com/parallelbgls/Modbus.Net/tree/master/Modbus.Net + https://github.com/parallelbgls/Modbus.Net/ + High extensible hardware communication implementation platform. + Copyright 2023 Hangzhou Delian Science Technology Co.,Ltd. + hardware communicate protocol Delian + git + False + True + True + True + MIT @@ -12,3 +27,4 @@ +