contentful / contentful.net

.NET Library for Contentful's Content Delivery and Management API
MIT License
95 stars 55 forks source link

MinHeight missing public accessor #313

Closed PeterAragon closed 1 year ago

PeterAragon commented 1 year ago

https://github.com/contentful/contentful.net/blob/master/Contentful.Core/Models/Management/IFieldValidation.cs#L602C9-L602C9

int? MinHeight { get; set; } is missing public accessor

Roblinde commented 1 year ago

Thanks for noticing. This is now fixed in the latest version.