Skip to content

Commit

Permalink
Merge pull request #20 from manojkulkarni30/dev
Browse files Browse the repository at this point in the history
Identicon is added as default value in GravatarDefaultImage Type
  • Loading branch information
manojkulkarni30 authored Jan 23, 2017
2 parents cd72a63 + 425f9e4 commit 07b14f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/GravatarHelper.NetStandard/GravatarDefaultImageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
/// </summary>
public enum GravatarDefaultImageType
{
/// <summary>
/// A geometric pattern based on an email hash
/// </summary>
Identicon,

/// <summary>
/// Do not load any image if none is associated with the email hash, instead return an HTTP 404 (File Not Found) response
/// </summary>
Expand All @@ -15,11 +20,6 @@ public enum GravatarDefaultImageType
/// </summary>
MM,

/// <summary>
/// A geometric pattern based on an email hash
/// </summary>
Identicon,

/// <summary>
/// A generated 'monster' with different colors, faces, etc
/// </summary>
Expand Down

0 comments on commit 07b14f2

Please sign in to comment.