Skip to content

Commit fcf4f4f

Browse files
authored
Merge branch 'microsoft:master' into master
2 parents a90b4a2 + 9ff0d5f commit fcf4f4f

File tree

8,403 files changed

+189040
-9628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,403 files changed

+189040
-9628
lines changed

.github/workflows/scriptAnalyzer.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PSScriptAnalyzer
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches:
66
- master
77
paths:
@@ -21,7 +21,9 @@ jobs:
2121
runs-on: windows-latest
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v6
25+
with:
26+
persist-credentials: false
2527
- name: Install PSScriptAnalyzer
2628
run: |
2729
Install-Module -Name PSScriptAnalyzer -Force -SkipPublisherCheck -Scope CurrentUser
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: 1zilc.FishingFunds
5+
PackageVersion: 8.8.0
6+
InstallerLocale: en-US
7+
InstallerType: nullsoft
8+
InstallerSwitches:
9+
InstallLocation: /D=<INSTALLPATH>
10+
Upgrade: --updated
11+
UpgradeBehavior: install
12+
FileExtensions:
13+
- ff
14+
ProductCode: ae35abb1-8d8b-57e0-bca5-967274c2df01
15+
ReleaseDate: 2026-01-16
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Fishing Funds 8.8.0
18+
ProductCode: ae35abb1-8d8b-57e0-bca5-967274c2df01
19+
Installers:
20+
- Architecture: x86
21+
Scope: user
22+
InstallerUrl: https://github.com/1zilc/fishing-funds/releases/download/v8.8.0/Fishing-Funds-Setup-8.8.0.exe
23+
InstallerSha256: 1AB1F53AFE1BE82B32821862A6748B5BB18CAF8FF1A01D1E517DFD0069F97BF7
24+
InstallerSwitches:
25+
Custom: /currentuser
26+
- Architecture: x86
27+
Scope: machine
28+
InstallerUrl: https://github.com/1zilc/fishing-funds/releases/download/v8.8.0/Fishing-Funds-Setup-8.8.0.exe
29+
InstallerSha256: 1AB1F53AFE1BE82B32821862A6748B5BB18CAF8FF1A01D1E517DFD0069F97BF7
30+
InstallerSwitches:
31+
Custom: /allusers
32+
ManifestType: installer
33+
ManifestVersion: 1.10.0
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: 1zilc.FishingFunds
5+
PackageVersion: 8.8.0
6+
PackageLocale: en-US
7+
Publisher: 1zilc
8+
PublisherUrl: https://ff.1zilc.top/
9+
PublisherSupportUrl: https://github.com/1zilc/fishing-funds/issues
10+
Author: 1zilc
11+
PackageName: Fishing Funds
12+
PackageUrl: https://ff.1zilc.top/
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/1zilc/fishing-funds/blob/HEAD/LICENSE
15+
Copyright: Copyright © 2023 1zilc
16+
ShortDescription: Display real-time trends of Chinese funds in the menubar
17+
Tags:
18+
- cryptocurrency
19+
- currency
20+
- exchange-rate
21+
- finance
22+
- fund
23+
- index
24+
- market
25+
- stock
26+
ReleaseNotes: |-
27+
1. 板块新增大盘云图
28+
2. 修复钱包隐藏状态记住问题
29+
3. 修复图表tooltip显示不全问题
30+
4. 部分UI样式优化
31+
5. 升级antd v6
32+
6. 升级Electron至v40.0.0
33+
ReleaseNotesUrl: https://github.com/1zilc/fishing-funds/releases/tag/v8.8.0
34+
ManifestType: defaultLocale
35+
ManifestVersion: 1.10.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: 1zilc.FishingFunds
5+
PackageVersion: 8.8.0
6+
PackageLocale: zh-CN
7+
Publisher: 1zilc
8+
PublisherUrl: https://ff.1zilc.top/
9+
PublisherSupportUrl: https://github.com/1zilc/fishing-funds/issues
10+
Author: 1zilc
11+
PackageName: Fishing Funds
12+
PackageUrl: https://ff.1zilc.top/
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/1zilc/fishing-funds/blob/master/LICENSE
15+
Copyright: Copyright © 1zilc
16+
ShortDescription: 基金、大盘、股票、虚拟货币状态栏显示小应用
17+
Tags:
18+
- 加密货币
19+
- 基金
20+
- 大盘
21+
- 指数
22+
- 汇率
23+
- 股市
24+
- 股票
25+
- 虚拟货币
26+
- 财经
27+
- 货币
28+
- 金融
29+
ManifestType: locale
30+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: 1zilc.FishingFunds
5+
PackageVersion: 8.8.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created using wingetcreate 1.10.3.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: 2dust.v2rayN
5+
PackageVersion: 7.17.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
Dependencies:
9+
PackageDependencies:
10+
- PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
11+
ArchiveBinariesDependOnPath: true
12+
Installers:
13+
- Architecture: arm64
14+
NestedInstallerFiles:
15+
- RelativeFilePath: v2rayN-windows-arm64\v2rayN.exe
16+
InstallerUrl: https://github.com/2dust/v2rayN/releases/download/7.17.0/v2rayN-windows-arm64.zip
17+
InstallerSha256: F55C91F99D7A95B364ACE81413D0812DECF1ACB94194218F2B8668E64872106B
18+
- Architecture: x64
19+
NestedInstallerFiles:
20+
- RelativeFilePath: v2rayN-windows-64\v2rayN.exe
21+
InstallerUrl: https://github.com/2dust/v2rayN/releases/download/7.17.0/v2rayN-windows-64.zip
22+
InstallerSha256: 498AEE3047D2CD576090D20A979B685543818FC8DCFC84FB80EE20DFA9A8EA32
23+
ManifestType: installer
24+
ManifestVersion: 1.10.0
25+
ReleaseDate: 2026-01-09
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created using wingetcreate 1.10.3.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: 2dust.v2rayN
5+
PackageVersion: 7.17.0
6+
PackageLocale: zh-CN
7+
Publisher: 2dust
8+
PublisherUrl: https://github.com/2dust
9+
PublisherSupportUrl: https://github.com/2dust/v2rayN/issues
10+
Author: 2dust
11+
PackageName: v2rayN
12+
PackageUrl: https://github.com/2dust/v2rayN
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/2dust/v2rayN/blob/HEAD/LICENSE
15+
ShortDescription: 支持 Xray、v2fly 等 core 的 GUI 客户端
16+
Moniker: v2rayn
17+
Tags:
18+
- proxy
19+
- shadowsocks
20+
- socks5
21+
- trojan
22+
- v2fly
23+
- v2ray
24+
- vless
25+
- vmess
26+
- windows
27+
- xray
28+
- xtls
29+
ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/7.17.0
30+
Documentations:
31+
- DocumentLabel: Wiki
32+
DocumentUrl: https://github.com/2dust/v2rayN/wiki
33+
ManifestType: defaultLocale
34+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created using wingetcreate 1.10.3.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: 2dust.v2rayN
5+
PackageVersion: 7.17.0
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.10.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: 3CX.Softphone
5+
PackageVersion: 20.0.1076.0
6+
Platform:
7+
- Windows.Desktop
8+
MinimumOSVersion: 10.0.17763.0
9+
InstallerType: msix
10+
FileExtensions:
11+
- 3cxconfig
12+
Dependencies:
13+
PackageDependencies:
14+
- PackageIdentifier: Microsoft.WindowsAppRuntime.1.7
15+
PackageFamilyName: 3CXDMCC.3CX_97f1hnz6y6tba
16+
Installers:
17+
- Architecture: x64
18+
InstallerUrl: https://downloads-global.3cx.com/downloads/3cxsoftphone/3CX.msix
19+
InstallerSha256: F7A73B9F23C6EDE20B5E287C51C536C63FE089D63BE93E67FC9FF70168A12BD3
20+
SignatureSha256: 95F079D288DA116D650F45AA1B109E2FD60F57C159F7A2B9066FD06193412DF0
21+
ManifestType: installer
22+
ManifestVersion: 1.12.0

manifests/3/3CX/Softphone/20.0.992.0/3CX.Softphone.locale.en-US.yaml renamed to manifests/3/3CX/Softphone/20.0.1076.0/3CX.Softphone.locale.en-US.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
33

44
PackageIdentifier: 3CX.Softphone
5-
PackageVersion: 20.0.992.0
5+
PackageVersion: 20.0.1076.0
66
PackageLocale: en-US
77
Publisher: 3CX Software DMCC
88
PublisherUrl: https://www.3cx.com/
99
PrivacyUrl: https://www.3cx.com/company/privacy/
1010
PackageName: 3CX
1111
PackageUrl: https://www.3cx.com/user-manual/windows-softphone-app/
1212
License: Proprietary
13-
Copyright: Copyright © 2025
13+
Copyright: Copyright © 2026
1414
ShortDescription: The 3CX Softphone notifies users in real-time of incoming calls and enables easy call management from their desktop. Users can set their status, view CRM & phonebook entries as well as access their BLF panel for fast calling.
1515
Tags:
1616
- sip
1717
- softphone
1818
- telephone
1919
- telephony
2020
ManifestType: defaultLocale
21-
ManifestVersion: 1.10.0
21+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)