mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Remove obsolete members (#1622)
* remove obsolete "Branches" methods from RepositoryClient (all were previuosly moved to RepositoryBranchesClient) * Remove obsolete DeploymentStatus fields * Remove obsoleteMergePullRequest.Squash parameter * Remove obsolete request ctor * Remove tests * Not sure how I missed these test references
This commit is contained in:
@@ -29,12 +29,6 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public string CommitTitle { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Commit a single commit to the head branch (optional)
|
||||
/// </summary>
|
||||
[Obsolete("Please use MergeMethod property. This property will no longer be supported by the GitHub API and will be removed in a future version")]
|
||||
public bool Squash { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Specify the Merge method to use (optional - default is Merge)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user