introduce DefaultBranch property

This commit is contained in:
Brendan Forster
2014-07-08 09:39:49 +09:30
parent d5b6d45562
commit 73db53de60
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ namespace Octokit
public bool Fork { get; set; }
public int ForksCount { get; set; }
public int WatchersCount { get; set; }
public string MasterBranch { get; set; }
public string DefaultBranch { get; set; }
public int OpenIssuesCount { get; set; }
public DateTimeOffset? PushedAt { get; set; }
public DateTimeOffset CreatedAt { get; set; }