| # | Line 10 | Line 10 | namespace xmlTools | |
|---|---|---|
| 10 | { | |
| 11 | class Program | |
| 12 | { | |
| 13 | < | public static readonly string toolsVersion = "0.7d"; |
| 13 | > | public static readonly string toolsVersion = "0.8"; |
| 14 | ||
| 15 | public enum appErrors | |
| 16 | { | |
| # | Line 42 | Line 42 | namespace xmlTools | |
| 42 | } | |
| 43 | } | |
| 44 | ||
| 45 | < | static void Main(string[] args) |
| 45 | > | public static void Main(string[] args) |
| 46 | { | |
| 47 | try | |
| 48 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |