using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Settings;
namespace Tango.PPC.Jobs
{
public class JobsModuleSettings : SettingsBase
{
public List<String> RecentTwineCatalogColors { get; set; }
public JobsModuleSettings()
{
RecentTwineCatalogColors = new List<string>();
}
}
}
was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.