We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3243d92 commit 4b65d10Copy full SHA for 4b65d10
1 file changed
src/CsvPlugin.cs
@@ -32,7 +32,7 @@ internal CsvPlugin(IGuidProvider guidProvider, IReflectionGuard reflectionGuard)
32
Name = "Csv",
33
CompanyName = "FlowSynx",
34
Description = Resources.PluginDescription,
35
- Version = new Version(1, 1, 1),
+ Version = new Version(1, 2, 0),
36
Category = PluginCategory.Data,
37
Authors = new List<string> { "FlowSynx" },
38
Copyright = "© FlowSynx. All rights reserved.",
0 commit comments