Skip to content

Commit

Permalink
Undid changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyWalsh57 committed Sep 28, 2023
1 parent 8d182c1 commit 4f3a4e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions SharpAutoId/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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" )]

4 changes: 2 additions & 2 deletions SharpExpressions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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" )]

4 changes: 2 additions & 2 deletions SharpSimulator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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" )]

6 changes: 3 additions & 3 deletions SharpSimulator/Properties/DefaultSimConfigurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ConfigurationName": "CAN - 11 Bit",
"ReaderTimeout": 100,
"ReaderMsgCount": 10,
"ResponseTimeout": 2000,
"ResponseTimeout": 1000,
"ReaderBaudRate": 500000,
"ReaderChannelFlags": "NO_CONNECT_FLAGS",
"ReaderProtocol": "CAN",
Expand Down Expand Up @@ -38,7 +38,7 @@
"ConfigurationName": "CAN - 29 Bit",
"ReaderTimeout": 100,
"ReaderMsgCount": 10,
"ResponseTimeout": 2000,
"ResponseTimeout": 1000,
"ReaderBaudRate": 500000,
"ReaderChannelFlags": "CAN_29BIT_ID",
"ReaderProtocol": "CAN",
Expand Down Expand Up @@ -68,7 +68,7 @@
"ConfigurationName": "ISO15765 - Mixed Mode",
"ReaderTimeout": 100,
"ReaderMsgCount": 10,
"ResponseTimeout": 2000,
"ResponseTimeout": 1000,
"ReaderBaudRate": 500000,
"ReaderChannelFlags": "CAN_ID_BOTH",
"ReaderProtocol": "ISO15765",
Expand Down

0 comments on commit 4f3a4e6

Please sign in to comment.