Skip to content

Commit

Permalink
Move StringExtension to namespace Leaf.xNet.Extensions (remove confli…
Browse files Browse the repository at this point in the history
…ct with Leaf.Core) methods.
  • Loading branch information
grandsilence committed May 21, 2018
1 parent 0095102 commit a4d4e7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
// ReSharper disable UnusedMember.Global

namespace Leaf.xNet
namespace Leaf.xNet.Extensions
{
/// <summary>
/// Static class for help working with HTML and other text data
Expand Down
1 change: 1 addition & 0 deletions Leaf.xNet/Services/StormWall/StormWallBypass.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Net;
using Leaf.xNet.Extensions;

namespace Leaf.xNet.Services.StormWall
{
Expand Down
1 change: 1 addition & 0 deletions Leaf.xNet/~Http/HttpResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Leaf.xNet.Extensions;

namespace Leaf.xNet
{
Expand Down
1 change: 1 addition & 0 deletions Leaf.xNet/~Proxy/HttpProxyClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Net.Sockets;
using System.Text;
using System.Threading;
using Leaf.xNet.Extensions;

namespace Leaf.xNet
{
Expand Down

0 comments on commit a4d4e7c

Please sign in to comment.