Shun 2 år sedan
förälder
incheckning
4566cb59b2

+ 1 - 1
src/YSAI.DAQ/YSAI.Beckhoff/YSAI.Beckhoff.csproj

@@ -5,7 +5,7 @@
 		<ImplicitUsings>enable</ImplicitUsings>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
 		<Nullable>enable</Nullable>
 		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.7</Version>
+		<Version>1.0.0.8</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Can/YSAI.Can.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.32</Version>
+	  <Version>1.0.0.33</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Core/YSAI.Core.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
     <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
     <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-    <Version>1.0.0.81</Version>
+    <Version>1.0.0.82</Version>
     <Authors>Shun</Authors>
     <Authors>Shun</Authors>
     <Company>YSAI</Company>
     <Company>YSAI</Company>
     <Product>SCADA</Product>
     <Product>SCADA</Product>

+ 1 - 7
src/YSAI.DAQ/YSAI.Core/attribute/UnitAttribute.cs

@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace YSAI.Core.attribute
+namespace YSAI.Core.attribute
 {
 {
     /// <summary>
     /// <summary>
     /// 单位特性
     /// 单位特性

+ 1 - 7
src/YSAI.DAQ/YSAI.Core/attribute/VerifyAttribute.cs

@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace YSAI.Core.attribute
+namespace YSAI.Core.attribute
 {
 {
     /// <summary>
     /// <summary>
     /// 验证特性
     /// 验证特性

+ 0 - 1
src/YSAI.DAQ/YSAI.Core/data/ParamStructure.cs

@@ -1,6 +1,5 @@
 using Newtonsoft.Json;
 using Newtonsoft.Json;
 using Newtonsoft.Json.Converters;
 using Newtonsoft.Json.Converters;
-using YSAI.Unility;
 
 
 namespace YSAI.Core.data
 namespace YSAI.Core.data
 {
 {

+ 1 - 3
src/YSAI.DAQ/YSAI.Core/interface/ICommunication.cs

@@ -1,6 +1,4 @@
-using YSAI.Core.@internal;
-
-namespace YSAI.Core.@interface
+namespace YSAI.Core.@interface
 {
 {
     /// <summary>
     /// <summary>
     /// 底层通信接口
     /// 底层通信接口

+ 1 - 6
src/YSAI.DAQ/YSAI.Core/interface/ICreateInstance.cs

@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using YSAI.Core.data;
+using YSAI.Core.data;
 
 
 namespace YSAI.Core.@interface
 namespace YSAI.Core.@interface
 {
 {

+ 1 - 1
src/YSAI.DAQ/YSAI.DB/YSAI.DB.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.32</Version>
+	  <Version>1.0.0.33</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Kafka/YSAI.Kafka.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.33</Version>
+	  <Version>1.0.0.34</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Modbus/YSAI.Modbus.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.33</Version>
+	  <Version>1.0.0.34</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Mqtt/YSAI.Mqtt.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.35</Version>
+	  <Version>1.0.0.36</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Netty/YSAI.Netty.csproj

@@ -5,7 +5,7 @@
 		<ImplicitUsings>enable</ImplicitUsings>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
 		<Nullable>enable</Nullable>
 		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.7</Version>
+		<Version>1.0.0.8</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.Opc/YSAI.Opc.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.44</Version>
+	  <Version>1.0.0.45</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 6
src/YSAI.DAQ/YSAI.Opc/unility/OpcHelper.cs

@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Concurrent;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using System.Collections.Concurrent;
 using YSAI.Core.data;
 using YSAI.Core.data;
 using YSAI.Unility;
 using YSAI.Unility;
 
 

+ 1 - 1
src/YSAI.DAQ/YSAI.RabbitMQ/YSAI.RabbitMQ.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.34</Version>
+	  <Version>1.0.0.35</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 1 - 1
src/YSAI.DAQ/YSAI.S7/YSAI.S7.csproj

@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.31</Version>
+	  <Version>1.0.0.32</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>

+ 0 - 2
src/YSAI.DAQ/YSAI.Test.All/Program.cs

@@ -1,6 +1,4 @@
 
 
-
-
 //using YSAI.Core.data;
 //using YSAI.Core.data;
 //using YSAI.Omron;
 //using YSAI.Omron;
 //using YSAI.Unility;
 //using YSAI.Unility;

+ 3 - 1
src/YSAI.DAQ/YSAI.Test.Console/Program.cs

@@ -1,4 +1,6 @@
-//using YSAI.Beckhoff;
+
+Console.WriteLine();
+//using YSAI.Beckhoff;
 //using YSAI.Can;
 //using YSAI.Can;
 //using YSAI.Core.data;
 //using YSAI.Core.data;
 //using YSAI.DB;
 //using YSAI.DB;