Skip to content

Commit

Permalink
Fix property xml tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Barosan committed Mar 30, 2018
1 parent 7718176 commit 7a5644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/PropertyGo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public string Tag(bool omitEmpty = true)
bool hasParent = false;
if (Parent is CompositeTypeGo go && !go.IsWrapperType)
{
sb.Append(SerializedName);
sb.Append(XmlName);
hasParent = true;
}

Expand Down

0 comments on commit 7a5644e

Please sign in to comment.