* Bugs: * Added better logging when locate_tools queries vcvarsall and can't find a particular key * Fixed bug in RunPythonScript that caused an exception * Improved XML output by escaping
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.
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.
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)