We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ede0 commit 93af7daCopy full SHA for 93af7da
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, 2, 0),
+ Version = new Version(1, 2, 1),
36
Category = PluginCategory.Data,
37
Authors = new List<string> { "FlowSynx" },
38
Copyright = "© FlowSynx. All rights reserved.",
0 commit comments