Made Uploader setter protected in ReleaseAsset, added Tarball and Zipball to CustomDictionary

This commit is contained in:
Gabriel Weyer
2015-12-16 16:22:21 +11:00
parent 56ef5c1f57
commit 81f21a9ae9
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
<Word>Symlink</Word>
<Word>Submodule</Word>
<Word>Forkee</Word>
<Word>Tarball</Word>
<Word>Zipball</Word>
</Recognized>
</Words>
<Acronyms>

View File

@@ -47,7 +47,7 @@ namespace Octokit
public string BrowserDownloadUrl { get; protected set; }
public Author Uploader { get; set; }
public Author Uploader { get; protected set; }
internal string DebuggerDisplay
{