File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -55,28 +55,28 @@ public class Missingenumeration
5555 public class Lookupenumeration
5656 {
5757 public string Name { get ; set ; }
58- public int MaxValue { get ; set ; }
58+ public uint MaxValue { get ; set ; }
5959 public Enumvalue [ ] EnumValues { get ; set ; }
6060 }
6161
6262 public class Enumvalue
6363 {
6464 public string Name { get ; set ; }
65- public int Value { get ; set ; }
65+ public uint Value { get ; set ; }
6666 }
6767
6868 public class Lookupindirectenumeration
6969 {
7070 public string Name { get ; set ; }
71- public int MaxValue { get ; set ; }
71+ public uint MaxValue { get ; set ; }
7272 public Enumvalue1 [ ] EnumValues { get ; set ; }
7373 }
7474
7575 public class Enumvalue1
7676 {
7777 public string Name { get ; set ; }
78- public int Value1 { get ; set ; }
79- public int Value2 { get ; set ; }
78+ public uint Value1 { get ; set ; }
79+ public uint Value2 { get ; set ; }
8080 }
8181
8282 public class Lookupbitenumeration
Original file line number Diff line number Diff line change 88 <UseWPF >true</UseWPF >
99 <PackageReadmeFile >README.md</PackageReadmeFile >
1010 <SignAssembly >False</SignAssembly >
11- <AssemblyVersion >1.1.4 </AssemblyVersion >
12- <FileVersion >1.1.4 </FileVersion >
11+ <AssemblyVersion >1.3.0 </AssemblyVersion >
12+ <FileVersion >1.3.0 </FileVersion >
1313 <Version />
1414 </PropertyGroup >
1515
Original file line number Diff line number Diff line change 195195 "Description" : " Unknown Seatalk PGN" ,
196196 "Type" : " Fast"
197197 },
198+ {
199+ "PGN" : 65311 ,
200+ "Id" : " MagnetciVariationRaymarine" ,
201+ "Description" : " Magnetic Variation (Raymarine)" ,
202+ "Type" : " Simple"
203+ },
198204 {
199205 "PGN" : 60159 ,
200206 "Id" : " SAEJ1939-21" ,
You can’t perform that action at this time.
0 commit comments