fixed monoandroid and monotouch projects, got convention tests working

This commit is contained in:
David Martin
2015-03-02 22:51:15 +00:00
parent ecc3aeec62
commit bea3a5dbbd
13 changed files with 84 additions and 62 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ namespace Octokit
/// <summary>
/// The payload associated with the activity event.
/// </summary>
public ActivityPayload Payload { get; set; }
public ActivityPayload Payload { get; protected set; }
internal string DebuggerDisplay
{