s/description/body

This commit is contained in:
Matt Burke
2013-11-01 11:00:00 -04:00
parent 27580dbc98
commit 63c74df6f3
+1 -1
View File
@@ -14,7 +14,7 @@ namespace Octokit
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Commitish")]
public string TargetCommitish { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public string Body { get; set; }
public bool Draft { get; set; }
public bool Prerelease { get; set; }
}