File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
88 <Title >MTConnect Transpiler</Title >
9- <Version >2.5.1-pre1 </Version >
9+ <Version >2.5.1-pre2 </Version >
1010 <Authors >mtconnect, tbm0115</Authors >
1111 <Company >MTConnect Institute; TAMS;</Company >
1212 <Description >A library capable of parsing an XMI for the MTConnect Standard and passing it to an implemented transpiler.</Description >
Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ public class UmlProperty : OwnedAttribute
5454 [ XmlElement ( ElementName = XmlHelper . XmiStructure . LOWER_VALUE , Namespace = "" ) ]
5555 public LowerValue ? LowerValue { get ; set ; }
5656
57+ /// <summary>
58+ /// Child <inheritdoc cref="MtconnectTranspiler.Xmi.UpperValue"/>
59+ /// </summary>
60+ [ XmlElement ( ElementName = XmlHelper . XmiStructure . UPPER_VALUE , Namespace = "" ) ]
61+ public UpperValue ? UpperValue { get ; set ; }
62+
5763 /// <summary>
5864 /// Child <inheritdoc cref="MtconnectTranspiler.Xmi.DefaultValue"/>
5965 /// </summary>
You can’t perform that action at this time.
0 commit comments