Skip to content

Commit f02877a

Browse files
jjw24TBM13
authored andcommitted
Merge pull request Flow-Launcher#3932 from Flow-Launcher/add_plugin_min_flow_version
Allow setting of minimum app version plugin requirement
1 parent 20df025 commit f02877a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Flow.Launcher.Plugin/UserPlugin.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,10 @@ public record UserPlugin
7676
/// Indicates whether the plugin is installed from a local path
7777
/// </summary>
7878
public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath);
79+
80+
/// <summary>
81+
/// The minimum Flow Launcher version required for this plugin. Default is "".
82+
/// </summary>
83+
public string MinimumAppVersion { get; set; } = string.Empty;
7984
}
8085
}

0 commit comments

Comments
 (0)