Skip to content

Commit 93af7da

Browse files
committed
Update CsvPlugin version to 1.2.1
Bump the version number of the CsvPlugin from 1.2.0 to 1.2.1. #12
1 parent be1ede0 commit 93af7da

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

0 commit comments

Comments
 (0)