Releases: tianocore/edk2-pytool-library
Releases · tianocore/edk2-pytool-library
Version 0.10.0
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.
- Change DEC parser
Version 0.9.2
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
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
Version 0.9.0
Initial beta release