Skip to content

Commit

Permalink
removed xmlignore tag from PlayerDeckVersion (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Jan 29, 2015
1 parent 97d7a92 commit 501ae38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hearthstone Deck Tracker/Stats/GameStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public string ResultString
get { return Result + (WasConceded ? "*" : ""); }
}

[XmlIgnore]
public SerializableVersion PlayerDeckVersion { get; set; }

[XmlIgnore]
Expand Down

0 comments on commit 501ae38

Please sign in to comment.