mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Change namespace to Jackett.Common (#2691)
Really hope I don't break anything with this Went to have a go at .NET core and it just became too confusing for me with 'Jackett' namespace referring to both Jackett.Common and Jackett
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using AngleSharp.Dom;
|
||||
using AngleSharp.Html;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
using System.Globalization;
|
||||
@@ -10,12 +8,11 @@ using System.Net.Http;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
using System.Net;
|
||||
using Jacket.Common.Helpers;
|
||||
using AngleSharp.Dom;
|
||||
using AngleSharp.Html;
|
||||
using Jackett.Common.Helpers;
|
||||
|
||||
namespace Jackett.Utils
|
||||
namespace Jackett.Common.Utils
|
||||
{
|
||||
public static class StringUtil
|
||||
{
|
||||
|
Reference in New Issue
Block a user