From 721bc10924af13c3c7f471989d7d9b843e0a2596 Mon Sep 17 00:00:00 2001 From: Robin Weitzel Date: Fri, 8 Feb 2019 22:01:59 +0200 Subject: [PATCH] Updated wxs file and increased version number. --- TimeTracker/Variables.cs | 2 +- TimeTracker/WiX Installer/TimeTrackerSetup.wxs | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/TimeTracker/Variables.cs b/TimeTracker/Variables.cs index 829fd926..56247a4e 100644 --- a/TimeTracker/Variables.cs +++ b/TimeTracker/Variables.cs @@ -10,7 +10,7 @@ namespace TimeTracker { static class Variables { - public static string version = "0.9.5.0"; + public static string version = "0.9.6.0"; public static string activityPath = ""; public static string windowPath = ""; public static IDictionary windowsLastSeen = new Dictionary(); diff --git a/TimeTracker/WiX Installer/TimeTrackerSetup.wxs b/TimeTracker/WiX Installer/TimeTrackerSetup.wxs index 9b619991..03def919 100644 --- a/TimeTracker/WiX Installer/TimeTrackerSetup.wxs +++ b/TimeTracker/WiX Installer/TimeTrackerSetup.wxs @@ -1,6 +1,6 @@ - + @@ -209,6 +209,11 @@ + + + + +