GravatarHelper 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GravatarHelper --version 2.0.0
NuGet\Install-Package GravatarHelper -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GravatarHelper" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GravatarHelper --version 2.0.0
#r "nuget: GravatarHelper, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GravatarHelper as a Cake Addin
#addin nuget:?package=GravatarHelper&version=2.0.0

// Install GravatarHelper as a Cake Tool
#tool nuget:?package=GravatarHelper&version=2.0.0

A simple ASP.NET MVC helper for Gravatar providing extension methods to HtmlHelper and UrlHelper. Example usage: @Html.GravatarImage("MyEmailAddress@example.com", 80, new { Title = "My Gravatar", Alt = "Gravatar" })

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 15,948 2/24/2019
4.0.0 13,401 2/4/2017
3.3.2 15,209 5/23/2016
3.3.1 19,843 7/5/2015
3.3.0 1,703 7/5/2015
3.2.3 32,438 2/25/2014
3.2.2 4,246 1/28/2013
3.2.1 3,509 1/15/2013
3.2.0 4,872 7/29/2012
3.1.0 1,899 3/31/2012
3.0.0 1,597 3/21/2012
2.0.0 1,736 2/25/2012
1.1.0 1,728 1/31/2012
1.0.1 1,681 1/26/2012
1.0.0 1,717 1/26/2012

- Now uses semantic versioning for version numbers.
- Added generic HTML attribute support instead of just CSS class and alt text.
- No longer uses default parameter values.
- Moved the Gravatar URL methods from HtmlHelper to UrlHelper.