File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class DataType
16
16
/// <summary>
17
17
/// The data-type name.
18
18
/// </summary>
19
- [ XmlElement ( "name" , Namespace = Constants . XmlNamespace . Dev , Order = 0 ) ]
19
+ [ XmlElement ( "name" , Namespace = Constants . XmlNamespace . MAML , Order = 0 ) ]
20
20
public string Name { get ; set ; } = string . Empty ;
21
21
22
22
/// <summary>
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class NavigationLink : IEquatable<NavigationLink>
22
22
/// <summary>
23
23
/// The command parameters associated with this syntax.
24
24
/// </summary>
25
- [ XmlElement ( "uri" , Namespace = Constants . XmlNamespace . Command , Order = 1 ) ]
25
+ [ XmlElement ( "uri" , Namespace = Constants . XmlNamespace . MAML , Order = 1 ) ]
26
26
public string Uri { get ; set ; } = string . Empty ;
27
27
28
28
public bool Equals ( NavigationLink other )
You can’t perform that action at this time.
0 commit comments