Skip to content

Commit 440a74a

Browse files
committed
Update Documentations
1 parent c81bc57 commit 440a74a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Tools/YamlCreate.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,6 +2768,9 @@ if (($script:Option -eq 'MovePackageIdentifier')) {
27682768
if (Test-String $NewMoniker -Not -IsNull) {
27692769
Get-ChildItem -Path $DestinationFolder -Filter "*$NewPackageIdentifier*" -Recurse | ForEach-Object { [System.IO.File]::WriteAllLines($_.FullName, $((Get-Content -Path $_.FullName -Raw).TrimEnd() -replace 'Moniker:.*', "Moniker: $NewMoniker"), $Utf8NoBomEncoding) }
27702770
}
2771+
# Update manifest version
2772+
Get-ChildItem -Path $DestinationFolder -Filter "*$NewPackageIdentifier*" -Recurse | ForEach-Object { [System.IO.File]::WriteAllLines($_.FullName, $((Get-Content -Path $_.FullName -Raw).TrimEnd() -replace '1\.\d+\.0\.schema', "1.10.0.schema"), $Utf8NoBomEncoding) }
2773+
Get-ChildItem -Path $DestinationFolder -Filter "*$NewPackageIdentifier*" -Recurse | ForEach-Object { [System.IO.File]::WriteAllLines($_.FullName, $((Get-Content -Path $_.FullName -Raw).TrimEnd() -replace 'ManifestVersion: 1\.\d+\.0', "ManifestVersion: 1.10.0"), $Utf8NoBomEncoding) }
27712774

27722775
# Create and push to a new branch
27732776
git switch -d upstream/master -q

manifests/s/Seafuture/NetpasEstimatorTramper/5.2/Seafuture.NetpasEstimatorTramper.locale.en-US.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Description: |-
3131
PurchaseUrl: https://www.netpas.net/order/
3232
# InstallationNotes:
3333
Documentations:
34-
- DocumentLabel: Quick Help
34+
- DocumentLabel: Estimator Quick Help
3535
DocumentUrl: https://www.netpas.net/support/quickHelpView/ne
36+
- DocumentLabel: Tramper Quick Help
37+
DocumentUrl: https://www.netpas.net/support/quickHelpView/nt
3638
ManifestType: defaultLocale
3739
ManifestVersion: 1.10.0

manifests/s/Seafuture/NetpasEstimatorTramper/5.2/Seafuture.NetpasEstimatorTramper.locale.zh-CN.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Description: |-
3131
# PurchaseUrl:
3232
# InstallationNotes:
3333
Documentations:
34-
- DocumentLabel: 快速帮助
34+
- DocumentLabel: Estimator 快速帮助
3535
DocumentUrl: https://www.netpas.net/support/quickHelpView/ne
36+
- DocumentLabel: Tramper 快速帮助
37+
DocumentUrl: https://www.netpas.net/support/quickHelpView/nt
3638
ManifestType: locale
3739
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)