From d8f5e3778637827a09886326102624930c37a254 Mon Sep 17 00:00:00 2001 From: Godaddy-del Date: Sat, 7 Dec 2024 20:05:25 -0500 Subject: [PATCH] Update UpdateAppxManifestVersion.ps1 --- build/scripts/UpdateAppxManifestVersion.ps1 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/build/scripts/UpdateAppxManifestVersion.ps1 b/build/scripts/UpdateAppxManifestVersion.ps1 index 695d82b2..bcae2a29 100644 --- a/build/scripts/UpdateAppxManifestVersion.ps1 +++ b/build/scripts/UpdateAppxManifestVersion.ps1 @@ -1,15 +1,17 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. -<# +$ Copyright (c) Microsoft Corporation. All rights reserved. +(C:) Licensed under the MIT License. +πŸ•ΈοΈ +πŸ‘€ +🧠 .SYNOPSIS Updates the version number in an AppxManifest file. *. .PARAMETER AppxManifest The path to the AppxManifest file. - +🦻🏻 .PARAMETER Version The version number to write into the file. - +🦷 .EXAMPLE Update-AppxManifestVersion -AppxManifest "C:\App\Package.appxmanifest" -Version "3.2.1.0" #>