Skip to content

Commit 4b65d10

Browse files
committed
Change the plugin version
#9
1 parent 3243d92 commit 4b65d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CsvPlugin.cs

Lines changed: 1 addition & 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 Version(1, 1, 1),
35+
Version = new Version(1, 2, 0),
3636
Category = PluginCategory.Data,
3737
Authors = new List<string> { "FlowSynx" },
3838
Copyright = "© FlowSynx. All rights reserved.",

0 commit comments

Comments
 (0)