We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431af77 commit 2599586Copy full SHA for 2599586
2 files changed
JsonToolsNppPlugin/Main.cs
@@ -463,7 +463,7 @@ static internal void PluginCleanUp()
463
foreach (string key in keys)
464
{
465
JsonFileInfo info = jsonFileInfos[key];
466
- if (info == null || !info.IsDisposed)
+ if (info == null || info.IsDisposed)
467
continue;
468
info.Dispose();
469
jsonFileInfos.Remove(key);
JsonToolsNppPlugin/Properties/AssemblyInfo.cs
@@ -28,5 +28,5 @@
28
// Build Number
29
// Revision
30
//
31
-[assembly: AssemblyVersion("8.4.0.6")]
32
-[assembly: AssemblyFileVersion("8.4.0.6")]
+[assembly: AssemblyVersion("8.4.0.7")]
+[assembly: AssemblyFileVersion("8.4.0.7")]
0 commit comments