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
@@ -10,7 +10,7 @@ public class RepositoryPagesClientTests
readonly IRepositoryPagesClient _repositoryPagesClient;
const string owner = "octokit";
const string name = "octokit.net";
const int repositoryId = 7528679;
const long repositoryId = 7528679;
public TheGetMethod()
{