Skip to content

Commit

Permalink
Merge pull request #62 from Whitehouse112/readme_version_update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Adhara3 authored Nov 6, 2023
2 parents ea5d9e3 + 9ec30c1 commit d5d1d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ Below you can find a list of obsolete stuff that are going to be removed in the

| Class | Property/Method | Obsolete | Removed | Replaced by | Comment |
| -------- | ------- | ------- | ------- | ------- | ------- |
| Signal | IsSigned | v1.3.0 | **v1.4.3** | `ValueType` | Byte property replaced by `DbcValueType` property which provides <br> more informations about signal type |
| Signal | ValueTable | v1.3.0 | **v1.4.3** | `ValueTableMap` | String property replaced by a `IDictionary<int,string>` property |
| Signal | IsSigned | v1.3.0 | **v1.5.0** | `ValueType` | Byte property replaced by `DbcValueType` property which provides <br> more informations about signal type |
| Signal | ValueTable | v1.3.0 | **v1.5.0** | `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** | `bool CycleTime(out int cycleTime)` | CycleTime is no more a message property (replaced by an extension method) |
| Message | CycleTime | v1.4.2 | planned in **1.6.0** | `bool CycleTime(out int cycleTime)` | CycleTime is no more a message property (replaced by an extension method) |

<br>

Expand Down

0 comments on commit d5d1d81

Please sign in to comment.