Skip to content

Commit 1dbc80f

Browse files
committed
Update FlowSynx.PluginCore library as well change PluginVersion to the Version
#11
1 parent 57b81a4 commit 1dbc80f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/AmazonS3Plugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public PluginMetadata Metadata {
2121
Name = "Amazon.S3",
2222
CompanyName = "FlowSynx",
2323
Description = Resources.PluginDescription,
24-
Version = new PluginVersion(1, 0, 0),
24+
Version = new Version(1, 1, 0),
2525
Category = PluginCategory.Cloud,
2626
Authors = new List<string> { "FlowSynx" },
2727
Copyright = "© FlowSynx. All rights reserved.",
@@ -30,6 +30,7 @@ public PluginMetadata Metadata {
3030
RepositoryUrl = "https://github.com/flowsynx/plugin-amazon-s3",
3131
ProjectUrl = "https://flowsynx.io",
3232
Tags = new List<string>() { "FlowSynx", "Amazon", "S3", "Cloud" },
33+
MinimumFlowSynxVersion = new Version(1, 1, 0),
3334
};
3435
}
3536
}

src/FlowSynx.Plugins.Amazon.S3.csproj

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

1616
<ItemGroup>
1717
<PackageReference Include="AWSSDK.S3" Version="3.7.310.3" />
18-
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
18+
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.2" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)