the Force flag is no longer supported by the API

This commit is contained in:
Brendan Forster
2014-07-07 16:39:50 +09:30
parent cdb4a7f36d
commit 2f8902d2bf
+1
View File
@@ -19,6 +19,7 @@ namespace Octokit
/// <summary>
/// Optional parameter to bypass any ahead/behind checks or commit status checks.
/// </summary>
[Obsolete("No longer supported in the API, will be removed in a future release")]
public bool? Force { get; set; }
/// <summary>