GravatarHelper 4.0.0
See the version list below for details.
dotnet add package GravatarHelper --version 4.0.0
NuGet\Install-Package GravatarHelper -Version 4.0.0
<PackageReference Include="GravatarHelper" Version="4.0.0" />
paket add GravatarHelper --version 4.0.0
#r "nuget: GravatarHelper, 4.0.0"
// Install GravatarHelper as a Cake Addin #addin nuget:?package=GravatarHelper&version=4.0.0 // Install GravatarHelper as a Cake Tool #tool nuget:?package=GravatarHelper&version=4.0.0
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, new { Title = "My Gravatar", Alt = "Gravatar" })
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- GravatarHelper.Common (>= 1.1.0)
- Microsoft.AspNet.Mvc (>= 3.0.20105.1)
-
.NETFramework 4.5
- GravatarHelper.Common (>= 1.1.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 | 17,033 | 2/24/2019 |
4.0.0 | 14,352 | 2/4/2017 |
3.3.2 | 15,866 | 5/23/2016 |
3.3.1 | 20,833 | 7/5/2015 |
3.3.0 | 1,749 | 7/5/2015 |
3.2.3 | 32,842 | 2/25/2014 |
3.2.2 | 4,288 | 1/28/2013 |
3.2.1 | 3,558 | 1/15/2013 |
3.2.0 | 4,915 | 7/29/2012 |
3.1.0 | 1,937 | 3/31/2012 |
3.0.0 | 1,629 | 3/21/2012 |
2.0.0 | 1,773 | 2/25/2012 |
1.1.0 | 1,764 | 1/31/2012 |
1.0.1 | 1,713 | 1/26/2012 |
1.0.0 | 1,749 | 1/26/2012 |
- Package now includes both .NET 4.0 and 4.5 libraries.
- Moved the core Gravatar methods into a seperate library for use in GravatarHelper.AspNetCore.
- GravatarRating and the static GravatarHelper have moved from GravatarHelper to GravatarHelper.Common.
- Updated Repository url to GitHub.