mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
introduce DefaultBranch property
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user