mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Made Uploader setter protected in ReleaseAsset, added Tarball and Zipball to CustomDictionary
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
<Word>Symlink</Word>
|
||||
<Word>Submodule</Word>
|
||||
<Word>Forkee</Word>
|
||||
<Word>Tarball</Word>
|
||||
<Word>Zipball</Word>
|
||||
</Recognized>
|
||||
</Words>
|
||||
<Acronyms>
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user