Skip to content

Commit d8d2a46

Browse files
committed
Changing the version to 1.1.0 #8
1 parent 32294e4 commit d8d2a46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/AmazonS3Plugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ public PluginMetadata Metadata {
2121
Name = "Amazon.S3",
2222
CompanyName = "FlowSynx",
2323
Description = Resources.ConnectorDescription,
24-
Version = new PluginVersion(1, 0, 0),
24+
Version = new PluginVersion(1, 1, 0),
2525
Namespace = PluginNamespace.Connectors,
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",
31+
ProjectUrl = "https://flowsynx.io",
3132
Tags = new List<string>() { "FlowSynx", "Amazon", "S3", "Cloud" }
3233
};
3334
}

0 commit comments

Comments
 (0)