Fix case sensitivity of tool package identifiers.

This commit fixes the case sensitivity of tool package identifiers.

Previously the install and uninstall commands unintentionally required the tool
package ids to specified in all lowercase for the install / uninstall to work.

Fixes #8682.
This commit is contained in:
Peter Huene 2018-02-22 19:13:36 -08:00
parent 4490fd5aa8
commit 5ebbd618ec
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
44 changed files with 629 additions and 179 deletions

View file

@ -853,6 +853,11 @@ setx PATH "%PATH%;{0}"
<target state="new">Settings file 'DotnetToolSettings.xml' was not found in the package.</target>
<note />
</trans-unit>
<trans-unit id="FailedToFindStagedToolPackage">
<source>Failed to find staged tool package '{0}'.</source>
<target state="new">Failed to find staged tool package '{0}'.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>