mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -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.
|
||||
# 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"
|
||||
#>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue