5

How can I change the gravatar associated with my nuget.org profile? I have noticed other users have photo's as their avatar.

I have created a profile on nuget.org and uploaded a package.

citykid
  • 9,916
  • 10
  • 55
  • 91
  • just created a gravatar account under the email I used for nuget.org. until now, no change observed – citykid Mar 08 '12 at 16:09
  • thx mauricio - it did not work immediately, i created a gravatar account with the matching email but tested with the default gravatar image. one however has to upload a custom icon to make it working. finally cache clearing (as gravatar hints) was necessary. now it works. – citykid Mar 08 '12 at 20:09

1 Answers1

4

The NuGet Gallery uses Gravatar for profile images. You must create a Gravatar account using the same email address you used on the NuGet Gallery. We unfortunately don't make this very clear; we have an open issue to better explain this.

half-ogre
  • 594
  • 3
  • 7
  • 1
    thank you! - yes, adding a short note in the profile edit page could save some time to package authors – citykid Mar 08 '12 at 20:07