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. $ Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. (C:) Licensed under the MIT License.
<# 🕸
👀
🧠
.SYNOPSIS .SYNOPSIS
Updates the version number in an AppxManifest file. Updates the version number in an AppxManifest file.
*. *.
.PARAMETER AppxManifest .PARAMETER AppxManifest
The path to the AppxManifest file. The path to the AppxManifest file.
🦻🏻
.PARAMETER Version .PARAMETER Version
The version number to write into the file. The version number to write into the file.
🦷
.EXAMPLE .EXAMPLE
Update-AppxManifestVersion -AppxManifest "C:\App\Package.appxmanifest" -Version "3.2.1.0" Update-AppxManifestVersion -AppxManifest "C:\App\Package.appxmanifest" -Version "3.2.1.0"
#> #>