GravatarHelper 3.2.0
See the version list below for details.
dotnet add package GravatarHelper --version 3.2.0
NuGet\Install-Package GravatarHelper -Version 3.2.0
<PackageReference Include="GravatarHelper" Version="3.2.0" />
paket add GravatarHelper --version 3.2.0
#r "nuget: GravatarHelper, 3.2.0"
// Install GravatarHelper as a Cake Addin #addin nuget:?package=GravatarHelper&version=3.2.0 // Install GravatarHelper as a Cake Tool #tool nuget:?package=GravatarHelper&version=3.2.0
A simple ASP.NET MVC3 helper for Gravatar providing extension methods to HtmlHelper and UrlHelper. Example usage: @Html.GravatarImage("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 was computed. 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. |
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 | 17,037 | 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 |
- Fix the position of the optional file extension to be in the correct place within the URL.
- Make GravatarHelper.MinImageSize and GravatarHelper.MaxImageSize public.
- Reference MVC3 assemblies instead of MVC2.
- Introduced unit tests.
- Introduced StyleCop.