Skip to content

Commit fadfa55

Browse files
committed
Add Readme file property to the plugin metadata
#12
1 parent a561dfd commit fadfa55

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/FlowSynx.PluginCore/PluginMetadata.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ public required string CompanyName
9494
/// </summary>
9595
public string? RepositoryUrl { get; set; }
9696

97+
98+
/// <summary>
99+
/// Gets or sets the Readme file path to the plugin.
100+
/// </summary>
101+
public string? ReadMe { get; set; }
102+
97103
/// <summary>
98104
/// Gets or sets the namespace the plugin belongs to.
99105
/// Used as the middle component in the plugin's type identifier.

0 commit comments

Comments
 (0)