#17032: Fixing gallery download link. Moving Project URL to the Views as additional information.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-12-10 16:06:22 -08:00
parent ba9391841a
commit ae6d186341
5 changed files with 14 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
using System;
using Orchard.Packaging.Models;
@@ -9,6 +8,7 @@ namespace Orchard.Packaging.Services {
public string PackageId { get; set; }
public string Version { get; set; }
public string PackageStreamUri { get; set; }
public string ProjectUrl { get; set; }
public DateTime LastUpdated { get; set; }
public string Authors { get; set; }
public string Description { get; set; }