Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Stable

## 6.2.0: 18-Jul-2025

- Package updates.

## 6.1.0: 21-May-2025

- Fixed processing instruction not formatting correctly.
Expand Down
2 changes: 1 addition & 1 deletion lib/XmlFormatter.CommandLine.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"XmlFormatter/1.0.0": {
"runtime": {
"XmlFormatter.dll": {
"assemblyVersion": "1.0.0.0",
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
Expand Down
Binary file modified lib/XmlFormatter.CommandLine.dll
Binary file not shown.
Binary file modified lib/XmlFormatter.CommandLine.exe
Binary file not shown.
Binary file modified lib/XmlFormatter.CommandLine.pdb
Binary file not shown.
Binary file modified lib/XmlFormatter.dll
Binary file not shown.
Binary file modified lib/XmlFormatter.pdb
Binary file not shown.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"readme": "https://github.com/pmahend1/PrettyXML/blob/main/README.md",
"description": "XML formatter extension for Visual Studio Code. Formats XML documents just like Visual Studio.",
"version": "6.1.0",
"version": "6.2.0",
"publisher": "PrateekMahendrakar",
"repository": {
"url": "https://github.com/pmahend1/prettyxml.git"
Expand Down Expand Up @@ -223,20 +223,13 @@
"test": "vscode-test"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.14.0",
"@types/node": "^22.16.4",
"@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "8.29.1",
"@vscode/test-electron": "^2.5.2",
"esbuild": "^0.25.4",
"eslint": "^9.27.0",
"glob": "^11.0.2",
"mocha": "^11.4.0",
"esbuild": "^0.25.7",
"eslint": "^9.31.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"dependencies": {
Expand Down
Loading
Loading