Adds Models Builder to nuspec, fixes build error
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<dependency id="semver" version="[1.1.2, 2.0.0)" />
|
||||
<dependency id="Microsoft.AspNet.WebHelpers" version="[3.2.3, 4.0.0)" />
|
||||
<dependency id="Microsoft.AspNet.WebPages.Data" version="[3.2.3, 4.0.0)" />
|
||||
<dependency id="Zbu.ModelsBuilder.AspNet" version="[2.1.5, 3.0.0)" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
||||
@@ -172,7 +172,7 @@ namespace Umbraco.Web.Editors
|
||||
Layout = null;
|
||||
}";
|
||||
|
||||
template.Content = design.Replace("IPublishedContent", contentType.Name.ToSafeAlias(false));
|
||||
template.Content = design.Replace("IPublishedContent", contentTypeSave.Name.ToSafeAlias(false));
|
||||
Services.FileService.SaveTemplate(template);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user