mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Update UpdateAppxManifestVersion.ps1
This commit is contained in:
parent
11b730aef9
commit
d8f5e37786
1 changed files with 7 additions and 5 deletions
|
@ -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"
|
||||||
#>
|
#>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue