Move more types into the Octokit namespace

This makes it so GHfW doesn't have to reference Octokit.Internal
This commit is contained in:
Haacked
2013-10-08 16:59:27 -07:00
parent f41ae39744
commit 2d81cb37cc
11 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Octokit.Internal
namespace Octokit
{
public static class CredentialsExtensions
{