mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
Merge pull request #907 from naveensrinivasan/encodedcontent-public-#861
Making Encodedcontent public #861
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Octokit
|
||||
/// The Base64 encoded content if this is a file. Otherwise it's null.
|
||||
/// </summary>
|
||||
[Parameter(Key = "content")]
|
||||
protected string EncodedContent { get; set; }
|
||||
public string EncodedContent { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// The unencoded content. Only access this if the content is expected to be text and not binary content.
|
||||
|
||||
Reference in New Issue
Block a user