Package enhancements for Marketplace
This commit is contained in:
@ -32,6 +32,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// logo
|
||||
/// </summary>
|
||||
public int? LogoFileId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// License for the Package.
|
||||
/// </summary>
|
||||
@ -62,6 +67,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string PackageUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The direct Url for getting support for the product
|
||||
/// </summary>
|
||||
public string SupportUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if any known security vulnerabilities exist
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user