We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20df025 commit f02877aCopy full SHA for f02877a
Flow.Launcher.Plugin/UserPlugin.cs
@@ -76,5 +76,10 @@ public record UserPlugin
76
/// Indicates whether the plugin is installed from a local path
77
/// </summary>
78
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;
84
}
85
0 commit comments