-
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.
(#977) Ensure that the correct public key is used
When attempting to load the Chocolatey GUI Licensed Extension assembly, we need to ensure that the correct public key token is used. In previous versions of Chocolatey.Lib, the resolve_or_load_assembly method made assumptions that meant that this wasn't necessary, but a recent change over there has meant that it is now required. Without passing in this information, the Chocolatey GUI Licensed Extension assembly can't be located, and as a result, none of the licensed functionality currently works within Chocolatey GUI.
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 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
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