Skip to content

Commit 3f6788c

Browse files
committed
Update FlowSynx.PluginCore to 1.2.2 and change code to adapt new changes
#4
1 parent 42864df commit 3f6788c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/AzureFilePlugin.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ public PluginMetadata Metadata
2020
{
2121
Id = Guid.Parse("cd7d1271-ce52-4cc3-b0b4-3f4f72b2fa5d"),
2222
Name = "Azure.Files",
23+
CompanyName = "FlowSynx",
2324
Description = Resources.PluginDescription,
24-
Version = new PluginVersion(1, 0, 0),
25+
Version = new PluginVersion(1, 1, 1),
2526
Namespace = PluginNamespace.Connectors,
26-
Author = "FlowSynx LLC."
27+
Authors = new List<string> { "FlowSynx" },
28+
Copyright = "© FlowSynx. All rights reserved.",
29+
Tags = new List<string>() { "FlowSynx", "Azure", "Files", "Cloud" }
2730
};
2831
}
2932
}

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

1919
<ItemGroup>

0 commit comments

Comments
 (0)