Skip to content

Commit 90504cc

Browse files
committed
Update FlowSynx.PluginCore and adapt related changes to have PluginCategoryId
#6
1 parent 7f9318f commit 90504cc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

src/AzureFilePlugin.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ public PluginMetadata Metadata
2828
Copyright = "© FlowSynx. All rights reserved.",
2929
Icon = "flowsynx.png",
3030
ReadMe = "README.md",
31-
RepositoryUrl = "https://github.com/flowsynx/plugin-azure-blobs",
31+
RepositoryUrl = "https://github.com/flowsynx/plugin-azure-files",
3232
ProjectUrl = "https://flowsynx.io",
33-
Tags = new List<string>() { "FlowSynx", "Azure", "Files", "Cloud" }
33+
Tags = new List<string>() { "FlowSynx", "Azure", "Files", "Cloud" },
34+
Category = PluginCategories.StorageTransfer
3435
};
3536
}
3637
}

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.5" />
16+
<PackageReference Include="FlowSynx.PluginCore" Version="1.2.7" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<value>The specified parent path does not exist.</value>
146146
</data>
147147
<data name="PluginDescription" xml:space="preserve">
148-
<value>FlowSynx plugin for managing Microsoft Azure File storage system.</value>
148+
<value>Enables integration with Azure Files for SMB-based shared storage. Useful for lifting and shifting apps's data to Azure.</value>
149149
</data>
150150
<data name="ReflectionBasedAccessIsNotAllowed" xml:space="preserve">
151151
<value>Reflection-based access is not allowed.</value>

0 commit comments

Comments
 (0)