mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-07 12:50:28 -06:00
FF-1721: New plugin Nextcloud
This commit is contained in:
18
Nextcloud/Plugin.cs
Normal file
18
Nextcloud/Plugin.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace FileFlows.Nextcloud;
|
||||
|
||||
public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public Guid Uid => new Guid("162b4ed0-da61-42de-85e1-576b9d7a2f82");
|
||||
/// <inheritdoc />
|
||||
public string Name => "Nextcloud";
|
||||
/// <inheritdoc />
|
||||
public string MinimumVersion => "24.8.1.3444";
|
||||
/// <inheritdoc />
|
||||
public string Icon => "svg:nextcloud";
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Init()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user