GravatarHelper 4.1.0
.NET Framework 4.0
dotnet add package GravatarHelper --version 4.1.0
NuGet\Install-Package GravatarHelper -Version 4.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="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GravatarHelper --version 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GravatarHelper, 4.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=4.1.0
// Install GravatarHelper as a Cake Tool
#tool nuget:?package=GravatarHelper&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple ASP.NET MVC3/4/5 helper for Gravatar providing extension methods to HtmlHelper and UrlHelper. Example usage: @Html.Gravatar("MyEmailAddress@example.com", 80)
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- GravatarHelper.Common (>= 1.2.0)
- Microsoft.AspNet.Mvc (>= 3.0.20105.1)
-
.NETFramework 4.5
- GravatarHelper.Common (>= 1.2.0)
- Microsoft.AspNet.Mvc (>= 3.0.20105.1)
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 | 12,457 | 2/24/2019 |
4.0.0 | 9,062 | 2/4/2017 |
3.3.2 | 13,184 | 5/23/2016 |
3.3.1 | 17,147 | 7/5/2015 |
3.3.0 | 1,442 | 7/5/2015 |
3.2.3 | 31,343 | 2/25/2014 |
3.2.2 | 3,970 | 1/28/2013 |
3.2.1 | 3,250 | 1/15/2013 |
3.2.0 | 4,593 | 7/29/2012 |
3.1.0 | 1,631 | 3/31/2012 |
3.0.0 | 1,302 | 3/21/2012 |
2.0.0 | 1,283 | 2/25/2012 |
1.1.0 | 1,312 | 1/31/2012 |
1.0.1 | 1,276 | 1/26/2012 |
1.0.0 | 1,281 | 1/26/2012 |
- Update HTTPS hostname to www.gravatar.com (Issue #4)