From 91ce7625707db16a22f07409639f9b822e39088a Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 1 Sep 2025 13:24:13 +0000 Subject: [PATCH] Update version to 2025.9.200 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5cfe74..f1eef13 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,12 @@ "name": "nx-post-support", "displayName": "NX Postprocessor Support", "description": "VS Code extension for NX CAM postprocessor development with syntax highlighting, formatting, linting, and auto-completion for CDL, TCL, and DEF files", - "version": "2025.9.100", + "version": "2025.9.200", "publisher": "Christoph", "icon": "images/nx-1.png", - "extensionDependencies": ["ms-python.python"], + "extensionDependencies": [ + "ms-python.python" + ], "serverInfo": { "name": "NX Postprocessor Support", "module": "nx-post-support"