Update UpdateAppxManifestVersion.ps1

This commit is contained in:
Godaddy-del 2024-12-07 20:05:25 -05:00 committed by GitHub
commit d8f5e37786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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