Shun пре 2 година
родитељ
комит
cb320163c2

+ 2 - 2
src/YSAI.AllenBradley/YSAI.AllenBradley.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.4</Version>
+		<Version>1.0.0.5</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -13,6 +13,6 @@
 	</PropertyGroup>
 	</PropertyGroup>
 
 
 	<ItemGroup>
 	<ItemGroup>
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 </Project>
 </Project>

+ 2 - 2
src/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.14</Version>
+		<Version>1.0.0.15</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -14,7 +14,7 @@
 
 
 	<ItemGroup>
 	<ItemGroup>
 		<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="6.1.86" />
 		<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="6.1.86" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 
 
 	<!--<ItemGroup>
 	<!--<ItemGroup>

+ 2 - 2
src/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.40</Version>
+	  <Version>1.0.0.41</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -17,7 +17,7 @@
   </ItemGroup>
   </ItemGroup>
 
 
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
   <ItemGroup>
   <ItemGroup>

+ 2 - 2
src/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.40</Version>
+	  <Version>1.0.0.41</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -18,7 +18,7 @@
 		<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
 		<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
 		<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
 		<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
 		<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
 		<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 	<!--<ItemGroup>
 	<!--<ItemGroup>
 		<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />
 		<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />

+ 1 - 1
src/YSAI.DaqManage/YSAI.DaqManage.csproj

@@ -7,7 +7,7 @@
   </PropertyGroup>
   </PropertyGroup>
 	<ItemGroup>
 	<ItemGroup>
 		<FrameworkReference Include="Microsoft.AspNetCore.App" />
 		<FrameworkReference Include="Microsoft.AspNetCore.App" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 
 
 	<!--<ItemGroup>
 	<!--<ItemGroup>

+ 2 - 2
src/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.40</Version>
+	  <Version>1.0.0.41</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -14,7 +14,7 @@
 
 
   <ItemGroup>
   <ItemGroup>
     <PackageReference Include="Confluent.Kafka" Version="2.3.0" />
     <PackageReference Include="Confluent.Kafka" Version="2.3.0" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 	
 	
 	<!--<ItemGroup>
 	<!--<ItemGroup>

+ 2 - 2
src/YSAI.Mewtocol/YSAI.Mewtocol.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.1</Version>
+		<Version>1.0.0.2</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -14,7 +14,7 @@
 
 
 	<ItemGroup>
 	<ItemGroup>
 		<PackageReference Include="Mewtocol.NET" Version="0.8.0" />
 		<PackageReference Include="Mewtocol.NET" Version="0.8.0" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 
 
 </Project>
 </Project>

+ 2 - 2
src/YSAI.Mitsubishi/YSAI.Mitsubishi.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.8</Version>
+		<Version>1.0.0.9</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -13,7 +13,7 @@
 	</PropertyGroup>
 	</PropertyGroup>
 
 
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
 </Project>
 </Project>

+ 2 - 2
src/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.41</Version>
+	  <Version>1.0.0.42</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -15,7 +15,7 @@
 	<ItemGroup>
 	<ItemGroup>
     <PackageReference Include="NModbus" Version="3.0.81" />
     <PackageReference Include="NModbus" Version="3.0.81" />
     <PackageReference Include="NModbus.Serial" Version="3.0.81" />
     <PackageReference Include="NModbus.Serial" Version="3.0.81" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
 	<!--<ItemGroup>
 	<!--<ItemGroup>

+ 2 - 2
src/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.42</Version>
+	  <Version>1.0.0.43</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -15,7 +15,7 @@
   <ItemGroup>
   <ItemGroup>
     <PackageReference Include="MQTTnet" Version="4.3.1.873" />
     <PackageReference Include="MQTTnet" Version="4.3.1.873" />
     <PackageReference Include="MQTTnet.AspNetCore" Version="4.3.1.873" />
     <PackageReference Include="MQTTnet.AspNetCore" Version="4.3.1.873" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
 	<!--<ItemGroup>
 	<!--<ItemGroup>

+ 2 - 2
src/YSAI.NetMQ/YSAI.NetMQ.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.6</Version>
+		<Version>1.0.0.7</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -16,7 +16,7 @@
 
 
 	<ItemGroup>
 	<ItemGroup>
     <PackageReference Include="NetMQ" Version="4.0.1.13" />
     <PackageReference Include="NetMQ" Version="4.0.1.13" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
 </Project>
 </Project>

+ 2 - 2
src/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.14</Version>
+		<Version>1.0.0.15</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -14,6 +14,6 @@
 	<ItemGroup>
 	<ItemGroup>
 		<PackageReference Include="DotNetty.Handlers" Version="0.7.5" />
 		<PackageReference Include="DotNetty.Handlers" Version="0.7.5" />
 		<PackageReference Include="DotNetty.Transport" Version="0.7.5" />
 		<PackageReference Include="DotNetty.Transport" Version="0.7.5" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 </Project>
 </Project>

+ 2 - 2
src/YSAI.Omron/YSAI.Omron.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.8</Version>
+		<Version>1.0.0.9</Version>
 		<Authors>Shun</Authors>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<Product>SCADA</Product>
@@ -13,7 +13,7 @@
 	</PropertyGroup>
 	</PropertyGroup>
 
 
 	<ItemGroup>
 	<ItemGroup>
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 	</ItemGroup>
 	</ItemGroup>
 
 
 </Project>
 </Project>

+ 2 - 2
src/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.53</Version>
+	  <Version>1.0.0.54</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -13,7 +13,7 @@
   </PropertyGroup>
   </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
     <PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.372.76" />
     <PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.372.76" />
-	<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+	<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
 
 

+ 2 - 2
src/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.41</Version>
+	  <Version>1.0.0.42</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -14,7 +14,7 @@
 
 
   <ItemGroup>
   <ItemGroup>
     <PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
     <PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
   <ItemGroup>
   <ItemGroup>

+ 1 - 1
src/YSAI.RelayManage/YSAI.RelayManage.csproj

@@ -9,7 +9,7 @@
 	<ItemGroup>
 	<ItemGroup>
 		<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
 		<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
 		<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
 		<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
 		<FrameworkReference Include="Microsoft.AspNetCore.App" />
 		<FrameworkReference Include="Microsoft.AspNetCore.App" />
 	</ItemGroup>
 	</ItemGroup>
 
 

+ 2 - 2
src/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.39</Version>
+	  <Version>1.0.0.40</Version>
 	  <Authors>Shun</Authors>
 	  <Authors>Shun</Authors>
 	  <Company>YSAI</Company>
 	  <Company>YSAI</Company>
 	  <Product>SCADA</Product>
 	  <Product>SCADA</Product>
@@ -14,7 +14,7 @@
 
 
 	<ItemGroup>
 	<ItemGroup>
     <PackageReference Include="S7netplus" Version="0.20.0" />
     <PackageReference Include="S7netplus" Version="0.20.0" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
 	<!--<ItemGroup>
 	<!--<ItemGroup>

+ 1 - 1
src/YSAI.Test/YSAI.Test.csproj

@@ -17,7 +17,7 @@
       <PrivateAssets>all</PrivateAssets>
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
     </PackageReference>
     </PackageReference>
-	<PackageReference Include="YSAI.Core" Version="1.0.0.92" />
+	<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
   </ItemGroup>
   </ItemGroup>
 
 
   <ItemGroup>
   <ItemGroup>