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