File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class MainWindowViewModel : ViewModel
2020 private static readonly string DATETIME_PATTERN = "yyyy-mm-dd-HHMM" ;
2121 private static readonly string SEPARATOR = " - " ;
2222
23- private static readonly int BACKUP_RATE = 1000 ; // 15 * 60 * 1000;
23+ private static readonly int BACKUP_RATE = 15 * 60 * 1000 ;
2424 private static readonly int NUM_BACKUPS = 10 ;
2525
2626 private static string SETTINGS_PATH = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , "ds3backup.settings" ) ;
Original file line number Diff line number Diff line change 5151// You can specify all the values or you can default the Build and Revision Numbers
5252// by using the '*' as shown below:
5353// [assembly: AssemblyVersion("1.0.*")]
54- [ assembly: AssemblyVersion ( "1.0.1604.61 " ) ]
55- [ assembly: AssemblyFileVersion ( "1.0.1604.61 " ) ]
54+ [ assembly: AssemblyVersion ( "1.0.1604.63 " ) ]
55+ [ assembly: AssemblyFileVersion ( "1.0.1604.63 " ) ]
Original file line number Diff line number Diff line change 241241 {
242242 "Name" = "8:Microsoft Visual Studio"
243243 "ProductName" = "8:DS3 Backup"
244- "ProductCode" = "8:{A9FBD8C0-D78C-4A1A-90C9-FB226A76D900 }"
245- "PackageCode" = "8:{EADEBEAD-F18A-4E05-B65B-2F16A0810A75 }"
244+ "ProductCode" = "8:{D146EF2F-0F13-4CA2-BF31-926E7D628731 }"
245+ "PackageCode" = "8:{8FE46F07-03A4-456C-BA67-24C86AADA942 }"
246246 "UpgradeCode" = "8:{0DF59207-9F3C-4589-8D12-8C8FF3A36C78}"
247247 "AspNetVersion" = "8:4.0.30319.0"
248248 "RestartWWWService" = "11:FALSE"
249249 "RemovePreviousVersions" = "11:TRUE"
250250 "DetectNewerInstalledVersion" = "11:TRUE"
251251 "InstallAllUsers" = "11:FALSE"
252- "ProductVersion" = "8:1.0.5 "
252+ "ProductVersion" = "8:1.0.6 "
253253 "Manufacturer" = "8:ScottyDoesKnow"
254254 "ARPHELPTELEPHONE" = "8:"
255255 "ARPHELPLINK" = "8:"
You can’t perform that action at this time.
0 commit comments