mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Added obsolete tag to member in file. Fixes #736
This commit is contained in:
@@ -34,7 +34,9 @@ namespace Octokit
|
||||
Fork = fork;
|
||||
ForksCount = forksCount;
|
||||
StargazersCount = stargazersCount;
|
||||
#pragma warning disable 612,618
|
||||
SubscribersCount = subscribersCount;
|
||||
#pragma warning restore 612,618
|
||||
DefaultBranch = defaultBranch;
|
||||
OpenIssuesCount = openIssuesCount;
|
||||
PushedAt = pushedAt;
|
||||
@@ -87,6 +89,7 @@ namespace Octokit
|
||||
|
||||
public int StargazersCount { get; protected set; }
|
||||
|
||||
[Obsolete("This property has been obsoleted. Please use WatchedClient.GetAllWatchers instead.")]
|
||||
public int SubscribersCount { get; protected set; }
|
||||
|
||||
public string DefaultBranch { get; protected set; }
|
||||
|
||||
Reference in New Issue
Block a user