22// <auto-generated>
33// This code was generated by a tool.
44//
5- // Umbraco.ModelsBuilder.Embedded v15.0.0-rc1+0c5d7b2
5+ // Umbraco.ModelsBuilder.Embedded v15.0.0-rc2+ab4364e
66//
77// Changes to this file will be lost if the code is regenerated.
88// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Image : PublishedContentModel
2424 {
2525 // helpers
2626#pragma warning disable 0109 // new is redundant
27- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
27+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
2828 public new const string ModelTypeAlias = "Image" ;
29- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
29+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
3030 public new const PublishedItemType ModelItemType = PublishedItemType . Media ;
31- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
31+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
3232 [ return : global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
3333 public new static IPublishedContentType GetModelContentType ( IPublishedContentTypeCache contentTypeCache )
3434 => PublishedModelUtility . GetModelContentType ( contentTypeCache , ModelItemType , ModelTypeAlias ) ;
35- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
35+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
3636 [ return : global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
3737 public static IPublishedPropertyType GetModelPropertyType < TValue > ( IPublishedContentTypeCache contentTypeCache , Expression < Func < Image , TValue > > selector )
3838 => PublishedModelUtility . GetModelPropertyType ( GetModelContentType ( contentTypeCache ) , selector ) ;
@@ -52,39 +52,39 @@ public Image(IPublishedContent content, IPublishedValueFallback publishedValueFa
5252 ///<summary>
5353 /// Size: in bytes
5454 ///</summary>
55- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
55+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
5656 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
5757 [ ImplementPropertyType ( "umbracoBytes" ) ]
5858 public virtual string UmbracoBytes => this . Value < string > ( _publishedValueFallback , "umbracoBytes" ) ;
5959
6060 ///<summary>
6161 /// Type
6262 ///</summary>
63- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
63+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
6464 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
6565 [ ImplementPropertyType ( "umbracoExtension" ) ]
6666 public virtual string UmbracoExtension => this . Value < string > ( _publishedValueFallback , "umbracoExtension" ) ;
6767
6868 ///<summary>
6969 /// Image
7070 ///</summary>
71- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
71+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
7272 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
7373 [ ImplementPropertyType ( "umbracoFile" ) ]
7474 public virtual global ::Umbraco . Cms . Core . PropertyEditors . ValueConverters . ImageCropperValue UmbracoFile => this . Value < global ::Umbraco . Cms . Core . PropertyEditors . ValueConverters . ImageCropperValue > ( _publishedValueFallback , "umbracoFile" ) ;
7575
7676 ///<summary>
7777 /// Height: in pixels
7878 ///</summary>
79- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
79+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
8080 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
8181 [ ImplementPropertyType ( "umbracoHeight" ) ]
8282 public virtual string UmbracoHeight => this . Value < string > ( _publishedValueFallback , "umbracoHeight" ) ;
8383
8484 ///<summary>
8585 /// Width: in pixels
8686 ///</summary>
87- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc1+0c5d7b2 " ) ]
87+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "15.0.0-rc2+ab4364e " ) ]
8888 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
8989 [ ImplementPropertyType ( "umbracoWidth" ) ]
9090 public virtual string UmbracoWidth => this . Value < string > ( _publishedValueFallback , "umbracoWidth" ) ;
0 commit comments