namespace TweetDck.Updates{
    class UpdaterSettings{
        public bool AllowPreReleases { get; set; }
    }
}