#17172: Adding extension screenshots / icons, rating and ratings count.

--HG--
branch : 1.x
This commit is contained in:
andrerod
2011-01-07 22:34:41 -08:00
parent 787bf4e8bb
commit 6f1034a72c
6 changed files with 93 additions and 45 deletions

View File

@@ -12,5 +12,9 @@ namespace Orchard.Packaging.Services {
public DateTime LastUpdated { get; set; }
public string Authors { get; set; }
public string Description { get; set; }
public string FirstScreenshot { get; set; }
public string IconUrl { get; set; }
public double Rating { get; set; }
public int RatingsCount { get; set; }
}
}