Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitehouse112 committed Oct 18, 2023
1 parent d1e53d5 commit 828aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Below you can find a list of obsolete stuff that are going to be removed in the
| Signal | IsSigned | v1.3.0 | planned in **1.4.3** | `ValueType` | Byte property replaced by `DbcValueType` property which provides <br> more informations about signal type |
| Signal | ValueTable | v1.3.0 | planned in **1.4.3** | `ValueTableMap` | String property replaced by a `IDictionary<int,string>` property |
| Signal | ToPairs() | v1.3.0 | **v1.4.2** | - | Extension method used to convert ValueTable into ValueTableMap |
| Message | CycleTime | v1.4.2 | planned in **1.4.4** | `CycleTime()` | CycleTime is no more a message property (replaced by an extension method) |
| Message | CycleTime | v1.4.2 | planned in **1.4.4** | `bool CycleTime(out int cycleTime)` | CycleTime is no more a message property (replaced by an extension method) |

<br>

Expand Down

0 comments on commit 828aeaf

Please sign in to comment.