diff --git a/Octokit/Models/Response/RepositoryContent.cs b/Octokit/Models/Response/RepositoryContent.cs index 2eef415b5a..6ea9f009a0 100644 --- a/Octokit/Models/Response/RepositoryContent.cs +++ b/Octokit/Models/Response/RepositoryContent.cs @@ -31,7 +31,7 @@ public RepositoryContent(string name, string path, string sha, int size, Content /// The Base64 encoded content if this is a file. Otherwise it's null. /// [Parameter(Key = "content")] - protected string EncodedContent { get; set; } + public string EncodedContent { get; set; } /// /// The unencoded content. Only access this if the content is expected to be text and not binary content.