Skip to content

Commit

Permalink
rollback - dont' serialize version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Dec 19, 2019
1 parent 40010d9 commit 37acb05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uSync8.ContentEdition/Serializers/ContentSerializerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ protected virtual XElement SerializeInfo(TObject item)
info.Add(new XElement("ContentType", item.ContentType.Alias));
info.Add(new XElement("CreateDate", item.CreateDate));

info.Add(new XElement("Version", item.VersionId));

var title = new XElement("NodeName", new XAttribute("Default", item.Name));
foreach (var culture in item.AvailableCultures)
{
Expand Down

0 comments on commit 37acb05

Please sign in to comment.