Browse Source

1. 修改版本规则 [ 年.天.秒 ] (23.317.20365)23年317天20365秒
2. 生成nuget包位置更新

Shun 2 years ago
parent
commit
42b29ea521
41 changed files with 167 additions and 396 deletions
  1. 5 1
      README.md
  2. 0 13
      src/YSAI.AllenBradley/Properties/PublishProfiles/FolderProfile.pubxml
  3. 4 3
      src/YSAI.AllenBradley/YSAI.AllenBradley.csproj
  4. 0 13
      src/YSAI.Beckhoff/Properties/PublishProfiles/FolderProfile.pubxml
  5. 4 4
      src/YSAI.Beckhoff/YSAI.Beckhoff.csproj
  6. 0 13
      src/YSAI.Can/Properties/PublishProfiles/FolderProfile.pubxml
  7. 13 16
      src/YSAI.Can/YSAI.Can.csproj
  8. 0 15
      src/YSAI.Core/Properties/PublishProfiles/FolderProfile.pubxml
  9. 14 13
      src/YSAI.Core/YSAI.Core.csproj
  10. 0 13
      src/YSAI.DB/Properties/PublishProfiles/FolderProfile.pubxml
  11. 13 12
      src/YSAI.DB/YSAI.DB.csproj
  12. 1 1
      src/YSAI.DaqManage/YSAI.DaqManage.csproj
  13. 0 13
      src/YSAI.Kafka/Properties/PublishProfiles/FolderProfile.pubxml
  14. 13 12
      src/YSAI.Kafka/YSAI.Kafka.csproj
  15. 0 15
      src/YSAI.Log/Properties/PublishProfiles/FolderProfile.pubxml
  16. 12 11
      src/YSAI.Log/YSAI.Log.csproj
  17. 0 13
      src/YSAI.Mewtocol/Properties/PublishProfiles/FolderProfile.pubxml
  18. 5 4
      src/YSAI.Mewtocol/YSAI.Mewtocol.csproj
  19. 0 13
      src/YSAI.Mitsubishi/Properties/PublishProfiles/FolderProfile.pubxml
  20. 4 3
      src/YSAI.Mitsubishi/YSAI.Mitsubishi.csproj
  21. 0 13
      src/YSAI.Modbus/Properties/PublishProfiles/FolderProfile.pubxml
  22. 13 12
      src/YSAI.Modbus/YSAI.Modbus.csproj
  23. 0 13
      src/YSAI.Mqtt/Properties/PublishProfiles/FolderProfile.pubxml
  24. 13 12
      src/YSAI.Mqtt/YSAI.Mqtt.csproj
  25. 0 13
      src/YSAI.NetMQ/Properties/PublishProfiles/FolderProfile.pubxml
  26. 4 3
      src/YSAI.NetMQ/YSAI.NetMQ.csproj
  27. 0 13
      src/YSAI.Netty/Properties/PublishProfiles/FolderProfile.pubxml
  28. 4 3
      src/YSAI.Netty/YSAI.Netty.csproj
  29. 0 13
      src/YSAI.Omron/Properties/PublishProfiles/FolderProfile.pubxml
  30. 4 4
      src/YSAI.Omron/YSAI.Omron.csproj
  31. 0 13
      src/YSAI.Opc/Properties/PublishProfiles/FolderProfile.pubxml
  32. 13 13
      src/YSAI.Opc/YSAI.Opc.csproj
  33. 0 13
      src/YSAI.RabbitMQ/Properties/PublishProfiles/FolderProfile.pubxml
  34. 9 11
      src/YSAI.RabbitMQ/YSAI.RabbitMQ.csproj
  35. 1 1
      src/YSAI.RelayManage/YSAI.RelayManage.csproj
  36. 0 13
      src/YSAI.S7/Properties/PublishProfiles/FolderProfile.pubxml
  37. 13 12
      src/YSAI.S7/YSAI.S7.csproj
  38. 1 1
      src/YSAI.Test.All/Program.cs
  39. 1 1
      src/YSAI.Test/YSAI.Test.csproj
  40. 0 15
      src/YSAI.Unility/Properties/PublishProfiles/FolderProfile.pubxml
  41. 3 3
      src/YSAI.Unility/YSAI.Unility.csproj

+ 5 - 1
README.md

@@ -455,4 +455,8 @@ while(true)
 2. 新增松下PLC
 3. 修改获取参数函数细节
 4. 移除不必要的事件跳转
-5. OpcUa Da 属性BUG修改
+5. OpcUa Da 属性BUG修改
+
+#### 2023-11-13
+1. 展示特性中新增详细提示字段,方面展示时了解与指导此属性的详情
+2. Serilog 更新至最新版本

+ 0 - 13
src/YSAI.AllenBradley/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 4 - 3
src/YSAI.AllenBradley/YSAI.AllenBradley.csproj

@@ -4,8 +4,9 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.5</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
@@ -13,6 +14,6 @@
 	</PropertyGroup>
 
 	<ItemGroup>
-		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
 	</ItemGroup>
 </Project>

+ 0 - 13
src/YSAI.Beckhoff/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 4 - 4
src/YSAI.Beckhoff/YSAI.Beckhoff.csproj

@@ -4,17 +4,17 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.15</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<GenerateDocumentationFile>True</GenerateDocumentationFile>
 	</PropertyGroup>
-
 	<ItemGroup>
 		<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="6.1.86" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
 	</ItemGroup>
 
 	<!--<ItemGroup>

+ 0 - 13
src/YSAI.Can/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 16
src/YSAI.Can/YSAI.Can.csproj

@@ -1,23 +1,20 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.41</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
   <ItemGroup>
-    <Folder Include="Properties\" />
-  </ItemGroup>
-
-  <ItemGroup>
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
   <ItemGroup>

+ 0 - 15
src/YSAI.Core/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-    <TargetFramework>net6.0</TargetFramework>
-    <SelfContained>false</SelfContained>
-  </PropertyGroup>
-</Project>

+ 14 - 13
src/YSAI.Core/YSAI.Core.csproj

@@ -1,23 +1,24 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-    <Version>1.0.0.94</Version>
-    <Authors>Shun</Authors>
-    <Company>YSAI</Company>
-    <Product>SCADA</Product>
-    <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
 	<ItemGroup>
 		<PackageReference Include="StackExchange.Redis" Version="2.7.4" />
 		<PackageReference Include="Microsoft.ClearScript" Version="7.4.4" />
 		<PackageReference Include="System.IO.Ports" Version="7.0.0" />
-		<PackageReference Include="YSAI.Log" Version="1.0.0.14" />
-		<PackageReference Include="YSAI.Unility" Version="1.0.0.30" />
+		<PackageReference Include="YSAI.Log" Version="23.317.30922" />
+		<PackageReference Include="YSAI.Unility" Version="23.317.30964" />
 	</ItemGroup>
 
 </Project>

+ 0 - 13
src/YSAI.DB/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 12
src/YSAI.DB/YSAI.DB.csproj

@@ -1,16 +1,17 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.41</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
 	<ItemGroup>
 		<PackageReference Include="Dapper" Version="2.1.21" />
@@ -18,7 +19,7 @@
 		<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
 		<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
 		<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
 	</ItemGroup>
 	<!--<ItemGroup>
 		<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />

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

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

+ 0 - 13
src/YSAI.Kafka/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 12
src/YSAI.Kafka/YSAI.Kafka.csproj

@@ -1,20 +1,21 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.41</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="Confluent.Kafka" Version="2.3.0" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 	
 	<!--<ItemGroup>

+ 0 - 15
src/YSAI.Log/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-    <TargetFramework>net6.0</TargetFramework>
-    <SelfContained>false</SelfContained>
-  </PropertyGroup>
-</Project>

+ 12 - 11
src/YSAI.Log/YSAI.Log.csproj

@@ -1,16 +1,17 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	<Version>1.0.0.14</Version>
-	<Authors>Shun</Authors>
-    <Company>YSAI</Company>
-    <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 <ItemGroup>
 		<PackageReference Include="Serilog" Version="3.1.1" />
 		<PackageReference Include="Serilog.Sinks.Console" Version="5.0.0" />

+ 0 - 13
src/YSAI.Mewtocol/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 5 - 4
src/YSAI.Mewtocol/YSAI.Mewtocol.csproj

@@ -1,11 +1,12 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
 	<PropertyGroup>
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.2</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
@@ -14,7 +15,7 @@
 
 	<ItemGroup>
 		<PackageReference Include="Mewtocol.NET" Version="0.8.0" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
 	</ItemGroup>
 
 </Project>

+ 0 - 13
src/YSAI.Mitsubishi/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 4 - 3
src/YSAI.Mitsubishi/YSAI.Mitsubishi.csproj

@@ -4,8 +4,9 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.9</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
@@ -13,7 +14,7 @@
 	</PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
 </Project>

+ 0 - 13
src/YSAI.Modbus/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 12
src/YSAI.Modbus/YSAI.Modbus.csproj

@@ -1,21 +1,22 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.42</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
 	<ItemGroup>
     <PackageReference Include="NModbus" Version="3.0.81" />
     <PackageReference Include="NModbus.Serial" Version="3.0.81" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
 	<!--<ItemGroup>

+ 0 - 13
src/YSAI.Mqtt/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 12
src/YSAI.Mqtt/YSAI.Mqtt.csproj

@@ -1,21 +1,22 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.43</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="MQTTnet" Version="4.3.1.873" />
     <PackageReference Include="MQTTnet.AspNetCore" Version="4.3.1.873" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
 	<!--<ItemGroup>

+ 0 - 13
src/YSAI.NetMQ/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 4 - 3
src/YSAI.NetMQ/YSAI.NetMQ.csproj

@@ -4,8 +4,9 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.7</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
@@ -16,7 +17,7 @@
 
 	<ItemGroup>
     <PackageReference Include="NetMQ" Version="4.0.1.13" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
 </Project>

+ 0 - 13
src/YSAI.Netty/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 4 - 3
src/YSAI.Netty/YSAI.Netty.csproj

@@ -4,8 +4,9 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.15</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
@@ -14,6 +15,6 @@
 	<ItemGroup>
 		<PackageReference Include="DotNetty.Handlers" Version="0.7.5" />
 		<PackageReference Include="DotNetty.Transport" Version="0.7.5" />
-		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
 	</ItemGroup>
 </Project>

+ 0 - 13
src/YSAI.Omron/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 4 - 4
src/YSAI.Omron/YSAI.Omron.csproj

@@ -4,16 +4,16 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.9</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<GenerateDocumentationFile>True</GenerateDocumentationFile>
 	</PropertyGroup>
-
 	<ItemGroup>
-		<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+		<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
 	</ItemGroup>
 
 </Project>

+ 0 - 13
src/YSAI.Opc/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 13
src/YSAI.Opc/YSAI.Opc.csproj

@@ -1,19 +1,20 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.54</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
   <ItemGroup>
     <PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.372.76" />
-	<PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+	<PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
 
@@ -23,7 +24,6 @@
 
   <ItemGroup>
     <Folder Include="da\lib\" />
-    <Folder Include="Properties\" />
   </ItemGroup>
 
   <ItemGroup>

+ 0 - 13
src/YSAI.RabbitMQ/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 9 - 11
src/YSAI.RabbitMQ/YSAI.RabbitMQ.csproj

@@ -4,21 +4,19 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.42</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
+	<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+	<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+	<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+	<Authors>Shun</Authors>
+	<Company>YSAI</Company>
+	<Product>SCADA</Product>
+	<GenerateDocumentationFile>True</GenerateDocumentationFile>
   </PropertyGroup>
+	
 
   <ItemGroup>
     <PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
-  </ItemGroup>
-
-  <ItemGroup>
-    <Folder Include="Properties\PublishProfiles\" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 	<!--<ItemGroup>
 		<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />

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

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

+ 0 - 13
src/YSAI.S7/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-  </PropertyGroup>
-</Project>

+ 13 - 12
src/YSAI.S7/YSAI.S7.csproj

@@ -1,20 +1,21 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-	  <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-	  <Version>1.0.0.40</Version>
-	  <Authors>Shun</Authors>
-	  <Company>YSAI</Company>
-	  <Product>SCADA</Product>
-	  <GenerateDocumentationFile>True</GenerateDocumentationFile>
-  </PropertyGroup>
+	<PropertyGroup>
+		<TargetFramework>net6.0</TargetFramework>
+		<ImplicitUsings>enable</ImplicitUsings>
+		<Nullable>enable</Nullable>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
+		<Authors>Shun</Authors>
+		<Company>YSAI</Company>
+		<Product>SCADA</Product>
+		<GenerateDocumentationFile>True</GenerateDocumentationFile>
+	</PropertyGroup>
 
 	<ItemGroup>
     <PackageReference Include="S7netplus" Version="0.20.0" />
-    <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
+    <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
   </ItemGroup>
 
 	<!--<ItemGroup>

+ 1 - 1
src/YSAI.Test.All/Program.cs

@@ -1,4 +1,4 @@
-
+Console.WriteLine();
 
 //Console.WriteLine(DateTime.Parse($"{0}:{0}:{0}.{123}").ToString("HH:mm:ss.fff"));
 

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

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

+ 0 - 15
src/YSAI.Unility/Properties/PublishProfiles/FolderProfile.pubxml

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-https://go.microsoft.com/fwlink/?LinkID=208121.
--->
-<Project>
-  <PropertyGroup>
-    <Configuration>Release</Configuration>
-    <Platform>Any CPU</Platform>
-    <PublishDir>..\YSAI.Publish\Release\net6.0\</PublishDir>
-    <PublishProtocol>FileSystem</PublishProtocol>
-    <_TargetId>Folder</_TargetId>
-    <TargetFramework>net6.0</TargetFramework>
-    <SelfContained>false</SelfContained>
-  </PropertyGroup>
-</Project>

+ 3 - 3
src/YSAI.Unility/YSAI.Unility.csproj

@@ -4,14 +4,14 @@
 		<TargetFramework>net6.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
-		<Version>1.0.0.30</Version>
+		<Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
+		<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
 		<Authors>Shun</Authors>
 		<Company>YSAI</Company>
 		<Product>SCADA</Product>
 		<GenerateDocumentationFile>True</GenerateDocumentationFile>
 	</PropertyGroup>
-
 	<ItemGroup>
 		<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
 	</ItemGroup>