Releases: mikeebowen/OOXML-Validator
Releases · mikeebowen/OOXML-Validator
[2.1.6]
[2.1.5]
Added
- Updated NuGet packages
- Updated Action to use setup-dotnet@4
[2.1.4]
Added
- Add publish GitHub Action
- Add test scripts for testing and publishing output
- Automatically create release & assets
Fixed
- Fix build for Linux (#21)
Thanks to the following for their contributions:
v2.1.3
[2.1.3] - 2024-01-25
Fixed
- Sets
RollForward
toMajor
, so extension will run on macos with later versions of dotnet
Changed
- Removed net7.0 build
v2.1.2
[2.1.2] - 2024-01-23
Updated
- Add build for dotnet 8
v2.1.1
[2.1.1] - 2024-01-22
Updated
- Updated to OOXML SDK 3.0
- Updated to dotnet 8
v2.1.1
[2.1.1] - 2022-10-27
Fixed
- Update Path property on ValidationErrorInfoInternal to have type XmlPath
v2.1.0
[2.1.0] - 2022-09-29
Added
- Updated Open XML SDK Version
v2.0.0
[2.0.0] - 2022-07-27
Added
- Returned XML data returns list of
<File />
elements with a child<ValidationErrorInfoList />
element, instead of list of<ValidationErrorInfoList />
elements.
Fixed
- If a file cannot be opened by the Validator, a
<ValidationErrorInfoInternal />
element is added with the error message.
v1.2.0
[1.2.0] - 2022-04-28
Added
- Validation can be done on all OOXML files in a single directory or recursively through all child directories