Added ability to install modules and skins at run-time directly from Nuget
This commit is contained in:
12
Oqtane.Shared/Models/Package.cs
Normal file
12
Oqtane.Shared/Models/Package.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
public class Package
|
||||
{
|
||||
public string PackageId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Owner { get; set; }
|
||||
public string Version { get; set; }
|
||||
public long Downloads { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user