lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.47k stars 697 forks source link

v1.11.1 Source package has bad DependenciesGui/Properties/Settings.settings file #239

Open carter-canedy opened 1 year ago

carter-canedy commented 1 year ago

DependenciesGui/Properties/Settings.settings is missing the "BinaryCacheOptionValue" that are now present on the master branch. This obviously doesn't affect the binary dist, but it took me a few extra minutes trying to sort out what entry was missing and the proper type/value of said entry. Might be worth a note in the release.

Also, this is an awesome project! Very cool to see depends get ported