Update version to 2025.9.200

This commit is contained in:
2025-09-01 13:24:13 +00:00
parent d60d3ec942
commit 91ce762570
+4 -2
View File
@@ -2,10 +2,12 @@
"name": "nx-post-support", "name": "nx-post-support",
"displayName": "NX Postprocessor 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", "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", "publisher": "Christoph",
"icon": "images/nx-1.png", "icon": "images/nx-1.png",
"extensionDependencies": ["ms-python.python"], "extensionDependencies": [
"ms-python.python"
],
"serverInfo": { "serverInfo": {
"name": "NX Postprocessor Support", "name": "NX Postprocessor Support",
"module": "nx-post-support" "module": "nx-post-support"