From 9ec30c1f1dca054d0f6b8b2e1d5874e6eb8856d4 Mon Sep 17 00:00:00 2001 From: Federico Panzani Date: Mon, 6 Nov 2023 14:21:34 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 697dbcc..192fc18 100644 --- a/README.md +++ b/README.md @@ -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
more informations about signal type | -| Signal | ValueTable | v1.3.0 | **v1.4.3** | `ValueTableMap` | String property replaced by a `IDictionary` property | +| Signal | IsSigned | v1.3.0 | **v1.5.0** | `ValueType` | Byte property replaced by `DbcValueType` property which provides
more informations about signal type | +| Signal | ValueTable | v1.3.0 | **v1.5.0** | `ValueTableMap` | String property replaced by a `IDictionary` 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) |