fix #5005 - adds versioning (ie. fingerprinting) for static assets - core, modules, and themes.
This commit is contained in:
@ -65,7 +65,7 @@ namespace Oqtane.Models
|
||||
public string Categories { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Version information of this Module based on the DLL / NuGet package.
|
||||
/// Version information of this Module based on the information stored in its assembly
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
|
||||
@ -144,6 +144,9 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public bool IsPortable { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string Hash { get; set; }
|
||||
|
||||
#region Deprecated Properties
|
||||
|
||||
[Obsolete("The Permissions property is deprecated. Use PermissionList instead", false)]
|
||||
|
Reference in New Issue
Block a user