Merge origin/dev-v7.6 into dev-v8-zbwip (builds, not tested)

This commit is contained in:
Stephan
2016-11-23 10:33:12 +01:00
171 changed files with 3049 additions and 2024 deletions

View File

@@ -81,5 +81,10 @@ namespace Umbraco.Core.Models.PublishedContent
? constructor(content)
: content;
}
public T CreateModel<T>(IPublishedFragment content)
{
throw new NotImplementedException();
}
}
}