GravatarHelper 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GravatarHelper --version 1.1.0
NuGet\Install-Package GravatarHelper -Version 1.1.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="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GravatarHelper --version 1.1.0
#r "nuget: GravatarHelper, 1.1.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=1.1.0

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

A simple ASP.NET MVC helper for Gravatar.
Example usage: @Html.GravatarImage("MyEmailAddress@example.com", 80)

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,779 2/24/2019
4.0.0 13,099 2/4/2017
3.3.2 15,142 5/23/2016
3.3.1 19,724 7/5/2015
3.3.0 1,703 7/5/2015
3.2.3 32,413 2/25/2014
3.2.2 4,246 1/28/2013
3.2.1 3,509 1/15/2013
3.2.0 4,871 7/29/2012
3.1.0 1,899 3/31/2012
3.0.0 1,597 3/21/2012
2.0.0 1,735 2/25/2012
1.1.0 1,727 1/31/2012
1.0.1 1,681 1/26/2012
1.0.0 1,717 1/26/2012

Added class and alt text tag support.