Merge pull request #151 from spraints/releases-have-body

s/description/body
This commit is contained in:
Phil Haack
2013-11-01 10:18:41 -07:00
+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; }
}