Merge pull request #3203 from sbwalker/dev
documentation for ReleaseVersions property
This commit is contained in:
commit
54f3c8beac
|
@ -97,6 +97,10 @@ namespace Oqtane.Models
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string ControlTypeRoutes { get; set; }
|
public string ControlTypeRoutes { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// ReleaseVersions contains a comma delimited list of all official release versions of a module ie "1.0.0,1.0.1"
|
||||||
|
/// Must be set for modules which use SQL scripts or include version-based logic in IInstallable implementations
|
||||||
|
/// </summary>
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string ReleaseVersions { get; set; }
|
public string ReleaseVersions { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user