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 80b0b60 commit 5d297c1Copy full SHA for 5d297c1
Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs
@@ -88,7 +88,7 @@ private static bool IsMinimumAppVersionSatisfied(UserPlugin plugin, SemanticVers
88
return false;
89
}
90
91
- API.LogDebug(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, "
+ API.LogInfo(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, "
92
+ $"but current version is {Constant.Version}. Plugin excluded from manifest.");
93
94
0 commit comments