mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
delete the parameterless constructor of RepositoryUpdate
This commit is contained in:
@@ -12,10 +12,6 @@ namespace Octokit
|
||||
[DebuggerDisplay("{DebuggerDisplay,nq}")]
|
||||
public class RepositoryUpdate
|
||||
{
|
||||
[Obsolete("Please use the ctor RepositoryUpdate(string name) as Name is a required field")]
|
||||
public RepositoryUpdate()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates an object that describes an update to a repository on GitHub.
|
||||
|
||||
Reference in New Issue
Block a user