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:
parent
4490fd5aa8
commit
5ebbd618ec
44 changed files with 629 additions and 179 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue