-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-785) Add assembly resolver to CLI and GUI
This will be responsible for ensuring that a version of the ChocolateyGui.Common and ChocolateyGui.Common.Windows assemblies are loaded into the current process. As long as the Public Key of the requested assembly matching what the host process has been compiled with, then it will be returned. The compiled version number does not need to match. This will mean that the Chocolatey GUI Extension will work with multiple versions of Chocolatey GUI, in the same was as the Chocolatey Extension works with multiple versions of Chocolatey.
- Loading branch information
Showing
2 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters