mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
The property GravatarId in User and Author models is marked as obsolete
This commit is contained in:
@@ -15,8 +15,9 @@ namespace Octokit
|
||||
public string AvatarUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Hex Gravatar identifier
|
||||
/// Hex Gravatar identifier, now obsolete
|
||||
/// </summary>
|
||||
[Obsolete("This property is now obsolete, use AvatarUrl instead")]
|
||||
public string GravatarId { get; set; }
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
@@ -11,8 +11,9 @@ namespace Octokit
|
||||
public class User : Account
|
||||
{
|
||||
/// <summary>
|
||||
/// Hex Gravatar identifier
|
||||
/// Hex Gravatar identifier, now obsolete
|
||||
/// </summary>
|
||||
[Obsolete("This property is now obsolete, use AvatarUrl instead")]
|
||||
public string GravatarId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user