Make Repository Id a long, it's going to grow...

This commit is contained in:
Andreia Gaita
2016-06-23 17:07:03 +02:00
parent 58833602b7
commit 9e958bf998
169 changed files with 1041 additions and 1037 deletions
@@ -19,7 +19,7 @@ namespace Octokit.Tests.Integration.Helpers
}
private IConnection _connection;
internal int RepositoryId { get; private set; }
internal long RepositoryId { get; private set; }
internal string RepositoryOwner { get; private set; }
internal string RepositoryName { get; private set; }