Skip to content

Commit 8b8500e

Browse files
author
Scott Sherin
committed
Built install 1.0.6
1 parent 7e0e748 commit 8b8500e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DS3Backup/MainWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

DS3Backup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
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")]

DS3BackupSetup/DS3BackupSetup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,15 @@
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:"

0 commit comments

Comments
 (0)