mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#17032: Fixing gallery download link. Moving Project URL to the Views as additional information.
--HG-- branch : dev
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user