Skip to content

Commit 1095416

Browse files
committed
Update FlowSynx.PluginCore and adapt new changes
#12
1 parent 6187a80 commit 1095416

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/AzureBlobPlugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public PluginMetadata Metadata
2222
Name = "Azure.Blobs",
2323
CompanyName = "FlowSynx",
2424
Description = Resources.PluginDescription,
25-
Version = new PluginVersion(1, 0, 0),
25+
Version = new Version(1, 0, 0),
2626
Category = PluginCategory.Cloud,
2727
Authors = new List<string> { "FlowSynx" },
2828
Copyright = "© FlowSynx. All rights reserved.",
@@ -31,6 +31,7 @@ public PluginMetadata Metadata
3131
RepositoryUrl = "https://github.com/flowsynx/plugin-azure-blobs",
3232
ProjectUrl = "https://flowsynx.io",
3333
Tags = new List<string>() { "FlowSynx", "Azure", "Blobs", "Cloud" },
34+
MinimumFlowSynxVersion = new Version(1, 1, 0),
3435
};
3536
}
3637
}

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

1919
<ItemGroup>

0 commit comments

Comments
 (0)