Skip to content

Releases: tianocore/edk2-pytool-library

Version 0.10.0

18 Aug 22:15
24f6bf3
Compare
Choose a tag to compare

Version 0.10.0

  • Features:
    • Change DEC parser
      • More complete parser but is not backward compatible. Users of DEC parser will need to update.
      • LibraryClass, Protocol, Ppi, and Guid sections now parse each line to a custom object which contains all data fields.

Version 0.9.2

12 Aug 05:12
2c1df28
Compare
Choose a tag to compare

Version 0.9.2

  • Bugs:
    • Change QueryVcVariables so environment variable keys are not case sensitive. On Windows these are not case sensitive and "Path" is not consistent.

Version 0.9.1

02 Aug 00:33
42981b9
Compare
Choose a tag to compare

Version 0.9.1

  • Features:
    • Add support for getting WinSdk tools on platforms without VS2017 or newer
    • FindToolInWinSdk in locate_tools.py throws a FileNotFoundException when it cannot find the tool requested, previously it returned None
    • Add support for limiting vswhere to certain versions of visual studio (VS2017 and VS2019 supported)

Version 0.9.0

28 Jun 05:44
Compare
Choose a tag to compare

Version 0.9.0

Initial beta release