Make HasIssues nullable as it's optional

This commit is contained in:
Henrik Andersson
2015-10-13 18:00:42 +10:00
parent 658f1e5001
commit b41d9cee00
+1 -1
View File
@@ -40,7 +40,7 @@ namespace Octokit
/// <summary>
/// Optional. Gets or sets whether to enable issues for the new repository. The default is true.
/// </summary>
public bool HasIssues { get; set; }
public bool? HasIssues { get; set; }
/// <summary>
/// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.