Moved Extension methods in common to subfolder

This commit is contained in:
Mark McDowall 2014-12-01 22:26:25 -08:00
commit 6467167046
149 changed files with 150 additions and 21 deletions

View file

@ -2,6 +2,7 @@ using NLog;
using NzbDrone.Common;
using NzbDrone.Common.Disk;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Extensions;
namespace NzbDrone.Update.UpdateEngine
{