Skip to content

Commit 57b81a4

Browse files
committed
Update FlowSynx.PluginCore to 1.3.0 and adapt new changes for that
#10
1 parent 2f9b761 commit 57b81a4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/AmazonS3Plugin.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,15 @@ public PluginMetadata Metadata {
2121
Name = "Amazon.S3",
2222
CompanyName = "FlowSynx",
2323
Description = Resources.PluginDescription,
24-
Version = new PluginVersion(1, 1, 0),
25-
Namespace = PluginNamespace.Connectors,
24+
Version = new PluginVersion(1, 0, 0),
25+
Category = PluginCategory.Cloud,
2626
Authors = new List<string> { "FlowSynx" },
2727
Copyright = "© FlowSynx. All rights reserved.",
2828
Icon = "flowsynx.png",
2929
ReadMe = "README.md",
3030
RepositoryUrl = "https://github.com/flowsynx/plugin-amazon-s3",
3131
ProjectUrl = "https://flowsynx.io",
3232
Tags = new List<string>() { "FlowSynx", "Amazon", "S3", "Cloud" },
33-
Category = PluginCategories.CloudPlatform
3433
};
3534
}
3635
}

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.2.7" />
18+
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)