From e0a6f40bd434843924b7fe44fffcf776cc165c62 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Thu, 30 Oct 2025 17:26:25 +0100 Subject: [PATCH 1/4] =?UTF-8?q?Replaced=20"(C)"=20with=20"=C2=A9"=20in=20t?= =?UTF-8?q?he=20main=20menu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crescendo/WindowsPackageManager.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 b/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 index 321a55152e..6a9317f2a0 100644 --- a/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 +++ b/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 @@ -66,7 +66,7 @@ PROCESS { <# .SYNOPSIS Windows Package Manager v1.1.12702 -Copyright (c) Microsoft Corporation. All rights reserved. +Copyright © Microsoft Corporation. All rights reserved. The winget command line utility enables installing applications and other packages from the command line. From 7df21dcd1a4e61a9d87a7498499adf450e524a26 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Thu, 30 Oct 2025 17:37:01 +0100 Subject: [PATCH 2/4] Handling it in the main strings file too. --- src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw index 02388bd06f..9b5b489f03 100644 --- a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw +++ b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -351,7 +351,7 @@ They can be configured through the settings file 'winget settings'. Log location (if supported) - Copyright (c) Microsoft Corporation. All rights reserved. + Copyright © Microsoft Corporation. All rights reserved. Homepage @@ -3459,3 +3459,4 @@ An unlocalized JSON fragment will follow on another line. Font package is already installed. + From 07344d402a07ca678191de33b73f3e81e8bbc1c0 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Fri, 31 Oct 2025 00:56:08 +0100 Subject: [PATCH 3/4] Update src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Flor Chacón <14323496+florelis@users.noreply.github.com> --- src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw index 9b5b489f03..8526c5db10 100644 --- a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw +++ b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -351,7 +351,7 @@ They can be configured through the settings file 'winget settings'. Log location (if supported) - Copyright © Microsoft Corporation. All rights reserved. + © Microsoft Corporation. All rights reserved. Homepage From c239311326ced57646655ca7d4eeccdfdf4df1ce Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Fri, 31 Oct 2025 00:56:14 +0100 Subject: [PATCH 4/4] Update tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Flor Chacón <14323496+florelis@users.noreply.github.com> --- .../crescendo/WindowsPackageManager.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 b/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 index 6a9317f2a0..f4a152c7cd 100644 --- a/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 +++ b/tools/PowerShell/Microsoft.WinGet.Client/crescendo/WindowsPackageManager.psm1 @@ -66,7 +66,7 @@ PROCESS { <# .SYNOPSIS Windows Package Manager v1.1.12702 -Copyright © Microsoft Corporation. All rights reserved. +© Microsoft Corporation. All rights reserved. The winget command line utility enables installing applications and other packages from the command line.