wasStitchNET – Diff between revs 13 and 14

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 13 Rev 14
Line 11... Line 11...
11 { 11 {
12 public struct STITCH_CONSTANTS 12 public struct STITCH_CONSTANTS
13 { 13 {
14 public const string SERVER_IP_PATH = @"ip"; 14 public const string SERVER_IP_PATH = @"ip";
15 public const string UPDATE_PATH = @"update"; 15 public const string UPDATE_PATH = @"update";
-   16 public const string LATEST_RELEASE_PATH = @"latest";
16 public const string PROGRESSIVE_PATH = @"progressive"; 17 public const string PROGRESSIVE_PATH = @"progressive";
17 public const string UPDATE_DATA_PATH = @"data"; 18 public const string UPDATE_DATA_PATH = @"data";
18 public const string UPDATE_OPTIONS_FILE = @"options.xml"; 19 public const string UPDATE_OPTIONS_FILE = @"options.xml";
19 public const string UPDATE_CHECKSUM_FILE = @"checksum.txt"; 20 public const string UPDATE_CHECKSUM_FILE = @"checksum.txt";
20 public const string UPDATE_MIRRORS_FILE = @"mirrors.txt"; 21 public const string UPDATE_MIRRORS_FILE = @"mirrors.txt";