Skip to content

Commit 00b725c

Browse files
committed
Update FlowSynx.PluginCore to 1.3.0 and adapt new changes for that
#2
1 parent e4d5582 commit 00b725c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/CsvPlugin.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ public PluginMetadata Metadata
2424
CompanyName = "FlowSynx",
2525
Description = Resources.PluginDescription,
2626
Version = new PluginVersion(1, 0, 0),
27-
Namespace = PluginNamespace.Connectors,
27+
Category = PluginCategory.Data,
2828
Authors = new List<string> { "FlowSynx" },
2929
Copyright = "© FlowSynx. All rights reserved.",
3030
Icon = "flowsynx.png",
3131
ReadMe = "README.md",
3232
RepositoryUrl = "https://github.com/flowsynx/plugin-csv",
3333
ProjectUrl = "https://flowsynx.io",
34-
Tags = new List<string>() { "flowSynx", "csv", "comma-separated-values)", "data-platform", "bi-plugins" },
35-
Category = PluginCategories.DataPlatformAndBI
34+
Tags = new List<string>() { "flowSynx", "csv", "comma-separated-values", "data", "data-platform" },
3635
};
3736
}
3837
}

src/FlowSynx.Plugins.Csv.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="CsvHelper" Version="33.1.0" />
11-
<PackageReference Include="FlowSynx.PluginCore" Version="1.2.7" />
11+
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)