Skip to content

Commit 3243d92

Browse files
committed
Update FlowSynx.PluginCore and refactoring the code to adapt new changes
#8
1 parent cd78eaf commit 3243d92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/CsvPlugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal CsvPlugin(IGuidProvider guidProvider, IReflectionGuard reflectionGuard)
3232
Name = "Csv",
3333
CompanyName = "FlowSynx",
3434
Description = Resources.PluginDescription,
35-
Version = new PluginVersion(1, 1, 1),
35+
Version = new Version(1, 1, 1),
3636
Category = PluginCategory.Data,
3737
Authors = new List<string> { "FlowSynx" },
3838
Copyright = "© FlowSynx. All rights reserved.",
@@ -41,6 +41,7 @@ internal CsvPlugin(IGuidProvider guidProvider, IReflectionGuard reflectionGuard)
4141
RepositoryUrl = "https://github.com/flowsynx/plugin-csv",
4242
ProjectUrl = "https://flowsynx.io",
4343
Tags = new List<string>() { "flowSynx", "csv", "comma-separated-values", "data", "data-platform" },
44+
MinimumFlowSynxVersion = new Version(1, 1, 1),
4445
};
4546

4647
public PluginSpecifications? Specifications { get; set; }

src/FlowSynx.Plugins.Csv.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="CsvHelper" Version="33.1.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)