We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a561dfd commit fadfa55Copy full SHA for fadfa55
1 file changed
src/FlowSynx.PluginCore/PluginMetadata.cs
@@ -94,6 +94,12 @@ public required string CompanyName
94
/// </summary>
95
public string? RepositoryUrl { get; set; }
96
97
+
98
+ /// <summary>
99
+ /// Gets or sets the Readme file path to the plugin.
100
+ /// </summary>
101
+ public string? ReadMe { get; set; }
102
103
/// <summary>
104
/// Gets or sets the namespace the plugin belongs to.
105
/// Used as the middle component in the plugin's type identifier.
0 commit comments