Преглед на файлове

For now, move Extensions to Renci.SshNet namespace.

drieseng преди 9 години
родител
ревизия
02bf043223
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      src/Renci.SshNet.NET35/Common/Extensions.NET35.cs
  2. 2 1
      src/Renci.SshNet/Common/Extensions.cs

+ 1 - 1
src/Renci.SshNet.NET35/Common/Extensions.NET35.cs

@@ -5,7 +5,7 @@ using System.Security.Cryptography;
 using System.Text;
 using System.Threading;
 
-namespace Renci.SshNet.Common
+namespace Renci.SshNet
 {
     /// <summary>
     /// Collection of different extension method specific for .NET 3.5

+ 2 - 1
src/Renci.SshNet/Common/Extensions.cs

@@ -7,10 +7,11 @@ using System.Net;
 using System.Net.Sockets;
 using System.Text;
 using Renci.SshNet.Abstractions;
+using Renci.SshNet.Common;
 using Renci.SshNet.Messages;
 using Renci.SshNet.Messages.Connection;
 
-namespace Renci.SshNet.Common
+namespace Renci.SshNet
 {
     /// <summary>
     /// Collection of different extension method