Skip to content

Commit b273270

Browse files
committed
Update FlowSynx.PluginCore to 1.2.2 and change code to adapt new changes
#4
1 parent 907bfc5 commit b273270

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/AzureBlobPlugin.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ public PluginMetadata Metadata
2020
{
2121
Id = Guid.Parse("7f21ba04-ea2a-4c78-a2f9-051fa05391c8"),
2222
Name = "Azure.Blobs",
23+
CompanyName = "FlowSynx",
2324
Description = Resources.ConnectorDescription,
2425
Version = new PluginVersion(1, 0, 0),
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", "Blobs", "Cloud" }
2730
};
2831
}
2932
}

src/FlowSynx.Plugins.Azure.Blobs.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.Blobs" Version="12.24.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)