From 4f3a4e65e2ef559c9ed6f74c70484bbcb53ad2e0 Mon Sep 17 00:00:00 2001 From: Zack Walsh Date: Thu, 28 Sep 2023 13:26:11 -0400 Subject: [PATCH] Undid changes --- SharpAutoId/Properties/AssemblyInfo.cs | 4 ++-- SharpExpressions/Properties/AssemblyInfo.cs | 4 ++-- SharpSimulator/Properties/AssemblyInfo.cs | 4 ++-- SharpSimulator/Properties/DefaultSimConfigurations.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SharpAutoId/Properties/AssemblyInfo.cs b/SharpAutoId/Properties/AssemblyInfo.cs index 6cd25a1..ed1e037 100644 --- a/SharpAutoId/Properties/AssemblyInfo.cs +++ b/SharpAutoId/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ [assembly: Guid("73552094-035A-4DFB-BEC4-5116EC7993EF")] // Version information -[assembly: AssemblyVersion("0.4.4.152")] -[assembly: AssemblyFileVersion("0.4.4.152")] +[assembly: AssemblyVersion("0.4.4.153")] +[assembly: AssemblyFileVersion("0.4.4.153")] [assembly: NeutralResourcesLanguageAttribute( "en-US" )] diff --git a/SharpExpressions/Properties/AssemblyInfo.cs b/SharpExpressions/Properties/AssemblyInfo.cs index 0501fc3..0c77f0c 100644 --- a/SharpExpressions/Properties/AssemblyInfo.cs +++ b/SharpExpressions/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ [assembly: Guid("73552094-035A-4DFB-BEC4-5116EC7993EF")] // Version information -[assembly: AssemblyVersion("0.5.15.391")] -[assembly: AssemblyFileVersion("0.5.15.391")] +[assembly: AssemblyVersion("0.5.15.392")] +[assembly: AssemblyFileVersion("0.5.15.392")] [assembly: NeutralResourcesLanguageAttribute( "en-US" )] diff --git a/SharpSimulator/Properties/AssemblyInfo.cs b/SharpSimulator/Properties/AssemblyInfo.cs index 0e26524..3553356 100644 --- a/SharpSimulator/Properties/AssemblyInfo.cs +++ b/SharpSimulator/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ [assembly: Guid("183F7A6A-E107-4209-8A11-044A08DEAEE4")] // Version information -[assembly: AssemblyVersion("0.12.12.319")] -[assembly: AssemblyFileVersion("0.12.12.319")] +[assembly: AssemblyVersion("0.12.12.320")] +[assembly: AssemblyFileVersion("0.12.12.320")] [assembly: NeutralResourcesLanguageAttribute( "en-US" )] diff --git a/SharpSimulator/Properties/DefaultSimConfigurations.json b/SharpSimulator/Properties/DefaultSimConfigurations.json index f7de7bd..02b3673 100644 --- a/SharpSimulator/Properties/DefaultSimConfigurations.json +++ b/SharpSimulator/Properties/DefaultSimConfigurations.json @@ -8,7 +8,7 @@ "ConfigurationName": "CAN - 11 Bit", "ReaderTimeout": 100, "ReaderMsgCount": 10, - "ResponseTimeout": 2000, + "ResponseTimeout": 1000, "ReaderBaudRate": 500000, "ReaderChannelFlags": "NO_CONNECT_FLAGS", "ReaderProtocol": "CAN", @@ -38,7 +38,7 @@ "ConfigurationName": "CAN - 29 Bit", "ReaderTimeout": 100, "ReaderMsgCount": 10, - "ResponseTimeout": 2000, + "ResponseTimeout": 1000, "ReaderBaudRate": 500000, "ReaderChannelFlags": "CAN_29BIT_ID", "ReaderProtocol": "CAN", @@ -68,7 +68,7 @@ "ConfigurationName": "ISO15765 - Mixed Mode", "ReaderTimeout": 100, "ReaderMsgCount": 10, - "ResponseTimeout": 2000, + "ResponseTimeout": 1000, "ReaderBaudRate": 500000, "ReaderChannelFlags": "CAN_ID_BOTH", "ReaderProtocol": "ISO15765",