Skip to content

Releases: mikeebowen/OOXML-Validator

[2.1.6]

12 Dec 00:34
0d58b7b
Compare
Choose a tag to compare

Added

  • Update DocumentFormat.OpenXml and other packages

[2.1.5]

28 Jun 20:53
756a00f
Compare
Choose a tag to compare

Added

  • Updated NuGet packages
  • Updated Action to use setup-dotnet@4

[2.1.4]

28 Jun 19:45
e92dd1c
Compare
Choose a tag to compare

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:

@orangemug

v2.1.3

25 Jan 22:17
1ccc8ad
Compare
Choose a tag to compare

[2.1.3] - 2024-01-25

Fixed

  • Sets RollForward to Major, so extension will run on macos with later versions of dotnet

Changed

  • Removed net7.0 build

v2.1.2

23 Jan 21:41
29af108
Compare
Choose a tag to compare

[2.1.2] - 2024-01-23

Updated

  • Add build for dotnet 8

v2.1.1

22 Jan 22:29
6b8f5d8
Compare
Choose a tag to compare

[2.1.1] - 2024-01-22

Updated

  • Updated to OOXML SDK 3.0
  • Updated to dotnet 8

v2.1.1

27 Oct 16:12
fdff40a
Compare
Choose a tag to compare

[2.1.1] - 2022-10-27

Fixed

  • Update Path property on ValidationErrorInfoInternal to have type XmlPath

v2.1.0

29 Sep 20:08
Compare
Choose a tag to compare

[2.1.0] - 2022-09-29

Added

  • Updated Open XML SDK Version

v2.0.0

27 Jul 21:38
3a9f8c9
Compare
Choose a tag to compare

[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

28 Apr 18:34
473a39e
Compare
Choose a tag to compare

[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