Skip to content

Commit 3c747a3

Browse files
Merge branch 'microsoft:master' into rust-1.94.0-msvc
2 parents 1794683 + be697a8 commit 3c747a3

8,289 files changed

Lines changed: 185866 additions & 13373 deletions

File tree

Some content is hidden

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Manifests
99
- [ ] This PR only modifies one (1) manifest
1010
- [ ] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/doc/Authoring.md#validation) your manifest locally with `winget validate --manifest <path>`?
1111
- [ ] Have you tested your manifest locally with `winget install --manifest <path>`?
12-
- [ ] Does your manifest conform to the [1.10 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0)?
12+
- [ ] Does your manifest conform to the [1.12 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0)?
1313

1414
Note: `<path>` is the directory's name containing the manifest you're submitting.
1515

.github/instructions/manifests.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the **Windows Package Manager (WinGet)** community repository containing
1212
- **Primary Language:** YAML manifest files, PowerShell scripts for tooling
1313
- **Target Runtime:** Windows 10/11, Windows Package Manager client
1414
- **Size:** Large repository with alphabetically organized manifests
15-
- **Schema:** Uses multi-file YAML manifests (version 1.10.0 recommended, 1.9.0 also supported)
15+
- **Schema:** Uses multi-file YAML manifests (version 1.12.0 recommended, 1.10.0 also supported)
1616
- **Supported Installers:** MSIX, MSI, APPX, EXE only (scripts are not supported)
1717

1818
## Critical: How This Repository Works

.github/policies/labelAdded.manifestValidationError.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configuration:
2424
Hello ${issueAuthor},
2525
2626
27-
Please verify the manifest file is compliant with the package manager [1.10.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0).
27+
Please verify the manifest file is compliant with the package manager [1.12.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0).
2828
2929
3030
Make sure the ID is of the form publisher.appname and that the folder structure is manifests\partition\publisher\appname\version.

.github/policies/labelAdded.manifestVersionError.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configuration:
2424
Hello ${issueAuthor},
2525
2626
27-
The package manager bot determined that the ManifestVersion key does not match any version currently approved for release. Please verify the manifest file is compliant with the package manager [1.10.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0).
27+
The package manager bot determined that the ManifestVersion key does not match any version currently approved for release. Please verify the manifest file is compliant with the package manager [1.12.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0).
2828
2929
3030
For details on the specific error, see the details link below in the build pipeline.

.github/policies/labelAdded.zipBinary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configuration:
2828
* microsoft/winget-cli/issues/2711
2929
3030
31-
To ensure this package works correctly for all users, the property `ArchiveBinariesDependOnPath` must be set to `true` at either the installer level or root level in the installer manifest. Additionally, your manifest will need to conform to the [1.10.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0). Please update your PR accordingly.
31+
To ensure this package works correctly for all users, the property `ArchiveBinariesDependOnPath` must be set to `true` at either the installer level or root level in the installer manifest. Additionally, your manifest will need to conform to the [1.12.0 manifest specification](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.12.0). Please update your PR accordingly.
3232
3333
3434
Template: msftbot/blockingIssue/zipBinary

DevOpsPipelineDefinitions/publish-pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ extends:
180180
"jobId": "$(system.JobId)",
181181
"timelineId": "$(system.TimelineId)",
182182
"taskInstanceId": "$(system.TaskInstanceId)",
183-
"buildRepositoryId": "$(build.repository.id)",
183+
"repository": "$(build.repository.id)",
184184
"containerName": "$(CacheContainerName)",
185185
"commitTablePartitionKey": "$(CommitTablePartitionKey)",
186186
"commitTableRowKey": "$(CommitTableRowKey)",
@@ -239,7 +239,7 @@ extends:
239239
"jobId": "$(system.JobId)",
240240
"timelineId": "$(system.TimelineId)",
241241
"taskInstanceId": "$(system.TaskInstanceId)",
242-
"buildRepositoryId": "$(build.repository.id)"
242+
"repository": "$(build.repository.id)"
243243
}
244244
waitForCompletion: "true"
245245

@@ -259,6 +259,6 @@ extends:
259259
"jobId": "$(system.JobId)",
260260
"timelineId": "$(system.TimelineId)",
261261
"taskInstanceId": "$(system.TaskInstanceId)",
262-
"buildRepositoryId": "$(build.repository.id)"
262+
"repository": "$(build.repository.id)"
263263
}
264264
waitForCompletion: "true"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This repository contains the manifest files for the **Windows Package Manager** default source. You are highly encouraged to submit manifests for your favorite application.
1111

1212
> [!IMPORTANT]
13-
> At this time installers must be MSIX, MSI, APPX, MSIXBundle, APPXBundle, or .exe application installers. Script-based installers and fonts are not currently supported.
13+
> At this time installers must be MSIX, MSI, APPX, MSIXBundle, APPXBundle, or .exe application installers. Font files (.ttf, .ttc, .otf, .otc, and .fnt) are also supported. Script-based installers are not currently supported.
1414
1515
The **Windows Package Manager** is an [open source client](https://github.com/microsoft/winget-cli) designed for command-line usage. If you are interested in exploring private repositories offering private WinGet package hosting, see [private repositories](doc/private/README.md).
1616

Tools/CheckDependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Show this script's help
1313
.EXAMPLE
1414
PS C:\Projects\winget-pkgs> .\Tools\CheckDependencies.ps1
15-
Run the script to output non-existant dependencies
15+
Run the script to output non-existent dependencies
1616
.NOTES
1717
Please file an issue if you run into errors with this script:
1818
https://github.com/microsoft/winget-pkgs/issues

Tools/ManualValidation/Auth.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ DuckStudio.GitHubLabelsManager,DuckDuckStudio,must
8181
DuckStudio.GitHubView,DuckDuckStudio,must
8282
DuckStudio.GitHubView.Nightly,DuckDuckStudio,must
8383
DuckStudio.Sundry,DuckDuckStudio,must
84+
Articulate.Articulate360,Articulate,must

Tools/ManualValidation/ExitCodes.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@
16201620
"00001ABD","6845","-4294960451","ERROR_TM_IDENTITY_MISMATCH","The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument."
16211621
"00001ABE","6846","-4294960450","ERROR_FLOATED_SECTION","I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data."
16221622
"00001ABF","6847","-4294960449","ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources."
1623-
"00001AC0","6848","-4294960448","ERROR_CANNOT_ABORT_TRANSACTIONS","The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down."
1623+
"00001AC0","6848","-4294960448","ERROR_CANNOT_ABORT_TRANSACTIONS","The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down."
16241624
"00001AC1","6849","-4294960447","ERROR_BAD_CLUSTERS","The operation could not be completed due to bad clusters on disk."
16251625
"00001AC2","6850","-4294960446","ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","The compression operation could not be completed because a transaction is active on the file."
16261626
"00001AC3","6851","-4294960445","ERROR_VOLUME_DIRTY","The operation could not be completed because the volume is dirty. Please run chkdsk and try again."
@@ -3443,7 +3443,7 @@
34433443
"8020003A","-2145386438","2149580858","BG_E_SERVER_PROTOCOL_VIOLATION","The server response was not valid."
34443444
"8020003B","-2145386437","2149580859","BG_E_TIMEOUT","The operation exceeded the time limit."
34453445
"8020003C","-2145386436","2149580860","BG_E_TRUST_FAILURE","A server certificate could not be validated."
3446-
"8020003D","-2145386435","2149580861","BG_E_UNKNOWN_ERROR","A unknown error occured."
3446+
"8020003D","-2145386435","2149580861","BG_E_UNKNOWN_ERROR","A unknown error occurred."
34473447
"8020003E","-2145386434","2149580862","BG_E_BLOCKED_BY_POLICY","Group Policy settings prevent background jobs from running at this time."
34483448
"8020003F","-2145386433","2149580863","BG_E_INVALID_PROXY_INFO","The supplied proxy server or bypass list is invalid."
34493449
"80200040","-2145386432","2149580864","BG_E_INVALID_CREDENTIALS","The format of the supplied security credentials is invalid."
@@ -3602,7 +3602,7 @@
36023602
"8024800D","-2145091571","2149875725","WU_E_DS_NOCATEGORIES","The caller attempted to add a non-toplevel category update that contained no parent categories"
36033603
"8024800E","-2145091570","2149875726","WU_E_DS_ROWEXISTS","The caller attempted to add a row whose primary key matched an existing row"
36043604
"8024800F","-2145091569","2149875727","WU_E_DS_STOREFILELOCKED","We attempted to initialize the datastore"
3605-
"80248010","-2145091568","2149875728","WU_E_DS_CANNOTREGISTER","The caller is attepting to register the datastore with COM"
3605+
"80248010","-2145091568","2149875728","WU_E_DS_CANNOTREGISTER","The caller is attempting to register the datastore with COM"
36063606
"80248011","-2145091567","2149875729","SUS_E_DS_UNABLETOSTART","Could not create an out of proc datastore object"
36073607
"80248012","-2145091566","2149875730","SUS_E_DS_MISSINGFILEFORURL","a file URL was passed in for a file that does not exist in the datastore"
36083608
"80248013","-2145091565","2149875731","SUS_E_DS_DUPLICATEUPDATEID","the server has passed the same update to the client with two different revision ids"

0 commit comments

Comments
 (0)