V251.ObxSegment.ObservationValue uses an incorrect type
davebronson opened this issue · 1 comments
davebronson commented
In V251, the property ObxSegment.ObservationValue
is incorrectly defined as ChannelDefinition
. This needs to be changed to IEnumerable<string>
.
- Update property type.
- Update
ToDelimitedString()
method. - Add new section to the project markdown file (close to the top) that will contain release notes. Since this is going to be a breaking change, it will need to be mentioned there.
davebronson commented
Fix released in V2.0.0.