Skip to content

Commit eab13ee

Browse files
authored
Update OOXMLViewer package (#19)
1 parent 716085d commit eab13ee

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-936 Bytes
Binary file not shown.

OOXMLValidator/OOXMLValidatorCLI.runtimeconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"framework": {
55
"name": "Microsoft.NETCore.App",
66
"version": "6.0.0"
7+
},
8+
"configProperties": {
9+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
710
}
811
}
912
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "OOXML Validator",
44
"description": "A VS Code extension for validating Office Open XML files",
55
"icon": "assets/icon.png",
6-
"version": "1.5.0",
6+
"version": "1.5.1",
77
"publisher": "mikeebowen",
88
"homepage": "https://github.com/mikeebowen/ooxml-validator-vscode/blob/master/README.md",
99
"repository": {

0 commit comments

Comments
 (0)