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" #>