namespace Gley.About { using Gley.Common; using System.Collections.Generic; [System.Serializable] public class AssetVersions { public List assetsVersion = new List(); } }