diff --git a/Sln.IntelliBelt.Business/ReaderStatusHandler.cs b/Sln.IntelliBelt.Business/ReaderStatusHandler.cs index e8aac25..d81dd2c 100644 --- a/Sln.IntelliBelt.Business/ReaderStatusHandler.cs +++ b/Sln.IntelliBelt.Business/ReaderStatusHandler.cs @@ -53,12 +53,6 @@ public class ReaderStatusHandler:BaseBusiness } base.GetJsonStr(client.Id, requestInfo,out string jsonStr); _webSocket.PushMsg(jsonStr); - - if (client.Id != _appConfig.terminalCode) - { - _logger.Info($"更新连接 Id:{client.Id}==>{_appConfig.terminalCode}"); - client.ResetIdAsync(_appConfig.terminalCode).Wait(); - } //this.ResponseHandle(client, requestInfo); } diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll index 0ba00b7..68a5250 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb index 0aba491..e397bc8 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll index d1407a6..f3f0d48 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb index 8385f58..8a8781e 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll index aaa6853..1cdef86 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb index eeaf8b0..c8fa439 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll index c83b23d..f4bd452 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb index 21a18e9..79fcb06 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll index 5f532cf..0ce3bbb 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll differ diff --git a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb index 3b1b121..bf93faa 100644 Binary files a/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb and b/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb differ diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfo.cs b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfo.cs index d65710f..6345726 100644 --- a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfo.cs +++ b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.Business")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Business")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Business")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfoInputs.cache b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfoInputs.cache index 554c802..9fdd1f4 100644 --- a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfoInputs.cache @@ -1 +1 @@ -cafc2c6e043701c17435c8f4a70b04b418a75e52e7ff040de88f5bd9c27a4093 +db436b286985e75f0248ee1c60536927b7251bb7bff2762be101481f977591fa diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.csproj.AssemblyReference.cache b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.csproj.AssemblyReference.cache index b6352f9..04fa374 100644 Binary files a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.csproj.AssemblyReference.cache and b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.csproj.AssemblyReference.cache differ diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.dll b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.dll index 0ba00b7..68a5250 100644 Binary files a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.dll and b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.dll differ diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.pdb b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.pdb index 0aba491..e397bc8 100644 Binary files a/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.pdb and b/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.pdb differ diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/ref/Sln.IntelliBelt.Business.dll b/Sln.IntelliBelt.Business/obj/Debug/net8.0/ref/Sln.IntelliBelt.Business.dll index 9c0689f..26e7d3e 100644 Binary files a/Sln.IntelliBelt.Business/obj/Debug/net8.0/ref/Sln.IntelliBelt.Business.dll and b/Sln.IntelliBelt.Business/obj/Debug/net8.0/ref/Sln.IntelliBelt.Business.dll differ diff --git a/Sln.IntelliBelt.Business/obj/Debug/net8.0/refint/Sln.IntelliBelt.Business.dll b/Sln.IntelliBelt.Business/obj/Debug/net8.0/refint/Sln.IntelliBelt.Business.dll index 9c0689f..26e7d3e 100644 Binary files a/Sln.IntelliBelt.Business/obj/Debug/net8.0/refint/Sln.IntelliBelt.Business.dll and b/Sln.IntelliBelt.Business/obj/Debug/net8.0/refint/Sln.IntelliBelt.Business.dll differ diff --git a/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll index d1407a6..f3f0d48 100644 Binary files a/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb b/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb index 8385f58..8a8781e 100644 Binary files a/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb and b/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb differ diff --git a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfo.cs b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfo.cs index d7d3d91..bac5cee 100644 --- a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfo.cs +++ b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.Common")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Common")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Common")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfoInputs.cache b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfoInputs.cache index 0745550..ff8adf5 100644 --- a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfoInputs.cache @@ -1 +1 @@ -35b9dddadfb903ee584351d481286cf9c3526029ed7b6f945c1d65c0a33eadb2 +d311313768fedbf6f56e9c72328dd8a6cda94c83c8c356256c09252a655be6d9 diff --git a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.dll index d1407a6..f3f0d48 100644 Binary files a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.pdb b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.pdb index 8385f58..8a8781e 100644 Binary files a/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.pdb and b/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.pdb differ diff --git a/Sln.IntelliBelt.Common/obj/Debug/net8.0/ref/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt.Common/obj/Debug/net8.0/ref/Sln.IntelliBelt.Common.dll index c11d91a..bacdcea 100644 Binary files a/Sln.IntelliBelt.Common/obj/Debug/net8.0/ref/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt.Common/obj/Debug/net8.0/ref/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt.Common/obj/Debug/net8.0/refint/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt.Common/obj/Debug/net8.0/refint/Sln.IntelliBelt.Common.dll index c11d91a..bacdcea 100644 Binary files a/Sln.IntelliBelt.Common/obj/Debug/net8.0/refint/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt.Common/obj/Debug/net8.0/refint/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfo.cs b/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfo.cs index 7e9c8b7..0fd3cf5 100644 --- a/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfo.cs +++ b/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.Config")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Config")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Config")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfoInputs.cache b/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfoInputs.cache index 36a681e..44baafb 100644 --- a/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfoInputs.cache @@ -1 +1 @@ -fbc8de7c319c0b8358ba1a4618e61c1d2b831b4355ec6c359d806c929cc92a9e +2ecc5a48b6989a75b3021b8950492892bdd02fae9f5779bc8377001a97c52114 diff --git a/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfo.cs b/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfo.cs index 7c52aea..cc4eb13 100644 --- a/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfo.cs +++ b/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.Model")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Model")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Model")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfoInputs.cache b/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfoInputs.cache index b2c80c5..eb98dd2 100644 --- a/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfoInputs.cache @@ -1 +1 @@ -dfe5888135081333667ecd355b464ee16695a309329653cdf75131aeeb07836c +3604e7f99f77817bbe50cbae8ffe3f817ec4c76372eb41f3c76fb14a18913161 diff --git a/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll index aaa6853..1cdef86 100644 Binary files a/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb b/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb index eeaf8b0..c8fa439 100644 Binary files a/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb and b/Sln.IntelliBelt.Serilog/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb differ diff --git a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfo.cs b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfo.cs index 57b97b5..ebc9201 100644 --- a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfo.cs +++ b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.Serilog")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Serilog")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Serilog")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfoInputs.cache b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfoInputs.cache index cb6a1d3..25c48d5 100644 --- a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.AssemblyInfoInputs.cache @@ -1 +1 @@ -d92e43b0d8edd07e3092099d0927604b4312d0a9d969224e643d49f4a3f950c7 +3263b5231764b7d5032cd229e59aa8ec663ddc68d3d1c1b95720cf7a2dc0f677 diff --git a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.dll index aaa6853..1cdef86 100644 Binary files a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb index eeaf8b0..c8fa439 100644 Binary files a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb and b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb differ diff --git a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/ref/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/ref/Sln.IntelliBelt.Serilog.dll index 44a5bae..19de285 100644 Binary files a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/ref/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/ref/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/refint/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/refint/Sln.IntelliBelt.Serilog.dll index 44a5bae..19de285 100644 Binary files a/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/refint/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.Serilog/obj/Debug/net8.0/refint/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.Socket/TcpServer.cs b/Sln.IntelliBelt.Socket/TcpServer.cs index 441f1d7..d3f3cd6 100644 --- a/Sln.IntelliBelt.Socket/TcpServer.cs +++ b/Sln.IntelliBelt.Socket/TcpServer.cs @@ -81,6 +81,13 @@ public class TcpServer { string msg = $"{client.Id}链接收到终端:{request.terminalAddr}指令====>>>>ContentLen:{request.contentLen};Content:{request.content};"; _logger.Info($"{msg}"); + + if (client.Id != request.terminalAddr) + { + _logger.Info($"更新连接 Id:{client.Id}==>{request.terminalAddr}"); + client.ResetIdAsync(request.terminalAddr).Wait(); + } + ReceivedBufferRequestInfoEvent?.Invoke(client, request); } diff --git a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll index d1407a6..f3f0d48 100644 Binary files a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb index 8385f58..8a8781e 100644 Binary files a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb and b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb differ diff --git a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll index aaa6853..1cdef86 100644 Binary files a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb index eeaf8b0..c8fa439 100644 Binary files a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb and b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb differ diff --git a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll index c83b23d..f4bd452 100644 Binary files a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll and b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll differ diff --git a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb index 21a18e9..79fcb06 100644 Binary files a/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb and b/Sln.IntelliBelt.Socket/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb differ diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfo.cs b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfo.cs index 1cba04b..cdf33c0 100644 --- a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfo.cs +++ b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.Socket")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Socket")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Socket")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfoInputs.cache b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfoInputs.cache index 097b10f..f5d3d8b 100644 --- a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.AssemblyInfoInputs.cache @@ -1 +1 @@ -7b1d9e1d08ca43b0af06559d87f4760401e8280fe0e69324b48d15cc3c153b96 +b2c512bf459b192fb039e6b8e804adf4efa83837b06911795a53849a1bb98cad diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.csproj.AssemblyReference.cache b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.csproj.AssemblyReference.cache index 4174e62..80ba150 100644 Binary files a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.csproj.AssemblyReference.cache and b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.csproj.AssemblyReference.cache differ diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.dll b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.dll index c83b23d..f4bd452 100644 Binary files a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.dll and b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.dll differ diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.pdb b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.pdb index 21a18e9..79fcb06 100644 Binary files a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.pdb and b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/Sln.IntelliBelt.Socket.pdb differ diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/ref/Sln.IntelliBelt.Socket.dll b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/ref/Sln.IntelliBelt.Socket.dll index a670365..6f89bae 100644 Binary files a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/ref/Sln.IntelliBelt.Socket.dll and b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/ref/Sln.IntelliBelt.Socket.dll differ diff --git a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/refint/Sln.IntelliBelt.Socket.dll b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/refint/Sln.IntelliBelt.Socket.dll index a670365..6f89bae 100644 Binary files a/Sln.IntelliBelt.Socket/obj/Debug/net8.0/refint/Sln.IntelliBelt.Socket.dll and b/Sln.IntelliBelt.Socket/obj/Debug/net8.0/refint/Sln.IntelliBelt.Socket.dll differ diff --git a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll index aaa6853..1cdef86 100644 Binary files a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb index eeaf8b0..c8fa439 100644 Binary files a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb and b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb differ diff --git a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll index 5f532cf..0ce3bbb 100644 Binary files a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll and b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll differ diff --git a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb index 3b1b121..bf93faa 100644 Binary files a/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb and b/Sln.IntelliBelt.WebSocket/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb differ diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfo.cs b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfo.cs index 8a69967..dd54988 100644 --- a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfo.cs +++ b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt.WebSocket")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.WebSocket")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.WebSocket")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfoInputs.cache b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfoInputs.cache index dd734d1..b260f39 100644 --- a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.AssemblyInfoInputs.cache @@ -1 +1 @@ -895b5ae108f34666340e1beb5c334d1f56cfdf832e1418cdef8082aa914c364a +079ea4d9bd9789c51b402c67fad5090bcbf9588fc264da4701d264159faa0b1e diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.csproj.AssemblyReference.cache b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.csproj.AssemblyReference.cache index 1c74bc0..3bc8fa3 100644 Binary files a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.csproj.AssemblyReference.cache and b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.csproj.AssemblyReference.cache differ diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll index 5f532cf..0ce3bbb 100644 Binary files a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll and b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll differ diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb index 3b1b121..bf93faa 100644 Binary files a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb and b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb differ diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/ref/Sln.IntelliBelt.WebSocket.dll b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/ref/Sln.IntelliBelt.WebSocket.dll index b8f0da1..e1ebfd0 100644 Binary files a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/ref/Sln.IntelliBelt.WebSocket.dll and b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/ref/Sln.IntelliBelt.WebSocket.dll differ diff --git a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/refint/Sln.IntelliBelt.WebSocket.dll b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/refint/Sln.IntelliBelt.WebSocket.dll index b8f0da1..e1ebfd0 100644 Binary files a/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/refint/Sln.IntelliBelt.WebSocket.dll and b/Sln.IntelliBelt.WebSocket/obj/Debug/net8.0/refint/Sln.IntelliBelt.WebSocket.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll index 0ba00b7..68a5250 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb index 0aba491..e397bc8 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll index d1407a6..f3f0d48 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb index 8385f58..8a8781e 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll index aaa6853..1cdef86 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb index eeaf8b0..c8fa439 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll index c83b23d..f4bd452 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb index 21a18e9..79fcb06 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll index 5f532cf..0ce3bbb 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb index 3b1b121..bf93faa 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.dll b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.dll index de1cf7f..8174172 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.dll and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.dll differ diff --git a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.pdb b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.pdb index a1d3216..fb1ff85 100644 Binary files a/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.pdb and b/Sln.IntelliBelt/bin/Debug/net8.0/Sln.IntelliBelt.pdb differ diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfo.cs b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfo.cs index 8528668..27a2c73 100644 --- a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfo.cs +++ b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Sln.IntelliBelt")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b461d5b24faedab7312cb874d8662497fd130a2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")] [assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt")] [assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfoInputs.cache b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfoInputs.cache index b0629a7..0b74ecc 100644 --- a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfoInputs.cache +++ b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.AssemblyInfoInputs.cache @@ -1 +1 @@ -e017c5e4d8321014b54a913c0c09869d654c270fbca11f3b85e41b92133f207a +1e439b2ba42f530619f9d071b323a71c40e1f4e9b6b19a36f1e309b9a133bbfd diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.csproj.AssemblyReference.cache b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.csproj.AssemblyReference.cache index 916584f..3aac83e 100644 Binary files a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.csproj.AssemblyReference.cache and b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.csproj.AssemblyReference.cache differ diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.dll b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.dll index de1cf7f..8174172 100644 Binary files a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.dll and b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.dll differ diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.pdb b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.pdb index a1d3216..fb1ff85 100644 Binary files a/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.pdb and b/Sln.IntelliBelt/obj/Debug/net8.0/Sln.IntelliBelt.pdb differ diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/ref/Sln.IntelliBelt.dll b/Sln.IntelliBelt/obj/Debug/net8.0/ref/Sln.IntelliBelt.dll index 1c69501..dd795e0 100644 Binary files a/Sln.IntelliBelt/obj/Debug/net8.0/ref/Sln.IntelliBelt.dll and b/Sln.IntelliBelt/obj/Debug/net8.0/ref/Sln.IntelliBelt.dll differ diff --git a/Sln.IntelliBelt/obj/Debug/net8.0/refint/Sln.IntelliBelt.dll b/Sln.IntelliBelt/obj/Debug/net8.0/refint/Sln.IntelliBelt.dll index 1c69501..dd795e0 100644 Binary files a/Sln.IntelliBelt/obj/Debug/net8.0/refint/Sln.IntelliBelt.dll and b/Sln.IntelliBelt/obj/Debug/net8.0/refint/Sln.IntelliBelt.dll differ