We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9c8c2 commit 3a7fe83Copy full SHA for 3a7fe83
1 file changed
src/JsonPlugin.cs
@@ -27,7 +27,7 @@ internal JsonPlugin(IGuidProvider guidProvider, IReflectionGuard reflectionGuard
27
Name = "Json",
28
CompanyName = "FlowSynx",
29
Description = Resources.PluginDescription,
30
- Version = new Version(1, 0, 0),
+ Version = new Version(1, 1, 0),
31
Category = PluginCategory.Data,
32
Authors = new List<string> { "FlowSynx" },
33
Copyright = "© FlowSynx. All rights reserved.",
0 commit comments