diff --git a/Libraries/DeskMetrics/DeskMetrics.NET.dll b/Libraries/DeskMetrics/DeskMetrics.NET.dll new file mode 100644 index 000000000..41126e811 Binary files /dev/null and b/Libraries/DeskMetrics/DeskMetrics.NET.dll differ diff --git a/Libraries/DeskMetrics/DeskMetrics.NET.pdb b/Libraries/DeskMetrics/DeskMetrics.NET.pdb new file mode 100644 index 000000000..2fdd501fb Binary files /dev/null and b/Libraries/DeskMetrics/DeskMetrics.NET.pdb differ diff --git a/Libraries/DeskMetrics/DeskMetrics.XML b/Libraries/DeskMetrics/DeskMetrics.NET.xml similarity index 70% rename from Libraries/DeskMetrics/DeskMetrics.XML rename to Libraries/DeskMetrics/DeskMetrics.NET.xml index 57410ddbb..e656f4f37 100644 --- a/Libraries/DeskMetrics/DeskMetrics.XML +++ b/Libraries/DeskMetrics/DeskMetrics.NET.xml @@ -1,24 +1,9 @@ - DeskMetrics + DeskMetrics.NET - - - GetProcessorFrequency Physical Memory GetComponentName - - - - - GetProcessorFrequency Disk Size GetComponentName - - - - - GetProcessorFrequency Screen resolution GetComponentName - - Starts the application tracking. @@ -104,61 +89,6 @@ The log message - - - Field OS Service Pack - - - - - GetProcessorFrequency Framework ApplicationVersion GetComponentName - - - - - GetProcessorFrequency OS Archicteture GetComponentName - - - - - GetProcessorFrequency OS ApplicationVersion GetComponentName - - - - - GetProcessorFrequency Java version GetComponentName - - - - - GetProcessorFrequency and Set Framework ApplicationVersion - - - - - GetProcessorFrequency and Set OS Archicteture - - - - - GetProcessorFrequency and Set OS ApplicationVersion - - - - - GetProcessorFrequency and Set Frameworl Service Pack - - - - - GetProcessorFrequency and Set Java ApplicationVersion - - - - - GetProcessorFrequency and Set OS Service Pack - - Starts the application tracking. diff --git a/Libraries/DeskMetrics/DeskMetrics.dll b/Libraries/DeskMetrics/DeskMetrics.dll deleted file mode 100644 index e870399bb..000000000 Binary files a/Libraries/DeskMetrics/DeskMetrics.dll and /dev/null differ diff --git a/Libraries/DeskMetrics/DeskMetrics.pdb b/Libraries/DeskMetrics/DeskMetrics.pdb deleted file mode 100644 index 4d451b897..000000000 Binary files a/Libraries/DeskMetrics/DeskMetrics.pdb and /dev/null differ diff --git a/NzbDrone.Core/Jobs/AppUpdateJob.cs b/NzbDrone.Core/Jobs/AppUpdateJob.cs index b5855c8bc..48cf5da3e 100644 --- a/NzbDrone.Core/Jobs/AppUpdateJob.cs +++ b/NzbDrone.Core/Jobs/AppUpdateJob.cs @@ -48,7 +48,7 @@ public TimeSpan DefaultInterval public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId) { - notification.CurrentMessage = "Updating NzbDrone"; + notification.CurrentMessage = "Checking for updates"; var updatePackage = _updateProvider.GetAvilableUpdate(); diff --git a/NzbDrone.Core/NzbDrone.Core.csproj b/NzbDrone.Core/NzbDrone.Core.csproj index 4d9492dd1..bfedcc96e 100644 --- a/NzbDrone.Core/NzbDrone.Core.csproj +++ b/NzbDrone.Core/NzbDrone.Core.csproj @@ -121,8 +121,8 @@ - - ..\Libraries\DeskMetrics\DeskMetrics.dll + + ..\Libraries\DeskMetrics\DeskMetrics.NET.dll ..\packages\EntityFramework.4.2.0.0\lib\net40\EntityFramework.dll