Update Umbraco to 7.12.2

This commit is contained in:
2018-09-16 15:08:47 -04:00
parent 7ed7776432
commit 616ab81bad
764 changed files with 142787 additions and 66790 deletions
+1 -1
View File
@@ -1 +1 @@
C:\Users\poprhythm\AppData\Local\Temp\Temporary ASP.NET Files\vs\f80e29bb\faae20bf\App_Web_all.generated.cs.8f9494c4.kym3i-lp.dll
C:\Users\poprhythm\AppData\Local\Temp\Temporary ASP.NET Files\vs\f80e29bb\faae20bf\App_Web_all.generated.cs.8f9494c4.z8ixywcx.dll
+6 -6
View File
@@ -8,7 +8,7 @@ using Umbraco.Web;
using Umbraco.ModelsBuilder;
using Umbraco.ModelsBuilder.Umbraco;
[assembly: PureLiveAssembly]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "c5118162be4a0dc0")]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "79624ab1619e0f80")]
[assembly:System.Reflection.AssemblyVersion("0.0.0.1")]
@@ -18,7 +18,7 @@ using Umbraco.ModelsBuilder.Umbraco;
// <auto-generated>
// This code was generated by a tool.
//
// Umbraco.ModelsBuilder v3.0.5.96
// Umbraco.ModelsBuilder v3.0.10.102
//
// Changes to this file will be lost if the code is regenerated.
// </auto-generated>
@@ -166,9 +166,9 @@ namespace Umbraco.Web.PublishedContentModels
/// Site Logo
///</summary>
[ImplementPropertyType("siteLogo")]
public object SiteLogo
public string SiteLogo
{
get { return this.GetPropertyValue("siteLogo"); }
get { return this.GetPropertyValue<string>("siteLogo"); }
}
///<summary>
@@ -475,9 +475,9 @@ namespace Umbraco.Web.PublishedContentModels
/// Upload file
///</summary>
[ImplementPropertyType("umbracoFile")]
public object UmbracoFile
public string UmbracoFile
{
get { return this.GetPropertyValue("umbracoFile"); }
get { return this.GetPropertyValue<string>("umbracoFile"); }
}
}
+6 -6
View File
@@ -2,7 +2,7 @@
// <auto-generated>
// This code was generated by a tool.
//
// Umbraco.ModelsBuilder v3.0.5.96
// Umbraco.ModelsBuilder v3.0.10.102
//
// Changes to this file will be lost if the code is regenerated.
// </auto-generated>
@@ -19,7 +19,7 @@ using Umbraco.ModelsBuilder;
using Umbraco.ModelsBuilder.Umbraco;
[assembly: PureLiveAssembly]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "c5118162be4a0dc0")]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "79624ab1619e0f80")]
[assembly:System.Reflection.AssemblyVersion("0.0.0.1")]
namespace Umbraco.Web.PublishedContentModels
@@ -150,9 +150,9 @@ namespace Umbraco.Web.PublishedContentModels
/// Site Logo
///</summary>
[ImplementPropertyType("siteLogo")]
public object SiteLogo
public string SiteLogo
{
get { return this.GetPropertyValue("siteLogo"); }
get { return this.GetPropertyValue<string>("siteLogo"); }
}
///<summary>
@@ -459,9 +459,9 @@ namespace Umbraco.Web.PublishedContentModels
/// Upload file
///</summary>
[ImplementPropertyType("umbracoFile")]
public object UmbracoFile
public string UmbracoFile
{
get { return this.GetPropertyValue("umbracoFile"); }
get { return this.GetPropertyValue<string>("umbracoFile"); }
}
}
+1 -1
View File
@@ -1 +1 @@
c5118162be4a0dc0
79624ab1619e0f80