namespace Microsoft.Samples.AppUpdater { public enum ChangeDetectionModes { DirectFileCheck = 1, ServerManifestCheck } }