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
@@ -31,6 +31,6 @@ namespace Octokit.Reactive
/// <param name="repositoryId">The Id of the repository</param>
/// <param name="merge">The merge to create</param>
/// <returns></returns>
IObservable<Merge> Create(int repositoryId, NewMerge merge);
IObservable<Merge> Create(long repositoryId, NewMerge merge);
}
}