Skip to content

Commit 1051f65

Browse files
committed
Update FlowSynx.PluginCore to 1.3.0 and adapt new changes for that
#7
1 parent 90504cc commit 1051f65

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/AzureFilePlugin.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@ public PluginMetadata Metadata
2323
CompanyName = "FlowSynx",
2424
Description = Resources.PluginDescription,
2525
Version = new PluginVersion(1, 0, 0),
26-
Namespace = PluginNamespace.Connectors,
26+
Category = PluginCategory.Storage,
2727
Authors = new List<string> { "FlowSynx" },
2828
Copyright = "© FlowSynx. All rights reserved.",
2929
Icon = "flowsynx.png",
3030
ReadMe = "README.md",
3131
RepositoryUrl = "https://github.com/flowsynx/plugin-azure-files",
3232
ProjectUrl = "https://flowsynx.io",
3333
Tags = new List<string>() { "FlowSynx", "Azure", "Files", "Cloud" },
34-
Category = PluginCategories.StorageTransfer
3534
};
3635
}
3736
}

src/FlowSynx.Plugins.Azure.Files.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.22.0" />
16-
<PackageReference Include="FlowSynx.PluginCore" Version="1.2.7" />
16+
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)