winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a2f368e568b43a6176038a7e1f8e3bae68d05180
parent 9454ff9d6f0bbbda4709cafc911275f617800e4a
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Thu, 30 Sep 2021 11:54:59 -0700

Add missing resource string (#1532)


Diffstat:
Msrc/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -1187,4 +1187,7 @@ Please specify one of them using the `--source` option to proceed.</value> <data name="WindowsPackageManager" xml:space="preserve"> <value>Windows Package Manager</value> </data> + <data name="ImportIgnorePackageVersionsArgumentDescription" xml:space="preserve"> + <value>Ignore package versions in import file</value> + </data> </root> \ No newline at end of file