Package enhancements for Marketplace

This commit is contained in:
sbwalker
2023-07-09 08:36:14 -04:00
parent 1b2de37c4e
commit 9a3b458c45
9 changed files with 37 additions and 12 deletions

View File

@ -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>