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, C# scripting and .NET Interactive. 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 |
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 | 11,996 | 2/24/2019 |
4.0.0 | 8,536 | 2/4/2017 |
3.3.2 | 12,904 | 5/23/2016 |
3.3.1 | 16,544 | 7/5/2015 |
3.3.0 | 1,402 | 7/5/2015 |
3.2.3 | 31,242 | 2/25/2014 |
3.2.2 | 3,946 | 1/28/2013 |
3.2.1 | 3,226 | 1/15/2013 |
3.2.0 | 4,570 | 7/29/2012 |
3.1.0 | 1,606 | 3/31/2012 |
3.0.0 | 1,277 | 3/21/2012 |
2.0.0 | 1,254 | 2/25/2012 |
1.1.0 | 1,286 | 1/31/2012 |
1.0.1 | 1,248 | 1/26/2012 |
1.0.0 | 1,255 | 1/26/2012 |
- Update HTTPS hostname to www.gravatar.com (Issue #4)