Skip to content

Commit 011bfc7

Browse files
authored
Update date, add link to command
1 parent 73976c4 commit 011bfc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hub/package-manager/configuration/create.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to author a WinGet Configuration file
33
description: Learn how to create a WinGet Configuration.
4-
ms.date: 05/23/2023
4+
ms.date: 09/28/2023
55
ms.topic: overview
66
---
77

@@ -16,6 +16,8 @@ To create a WinGet Configuration file:
1616
5. Determine the directives and settings needed for each configuration resource.
1717
6. Determine the dependencies for each resource.
1818

19+
Learn more about using the [WinGet configure command](/windows/package-manager/winget/configure).
20+
1921
## File format
2022

2123
Windows Package Manager uses manifests (YAML files) to locate and install packages for Windows users. WinGet Configuration files use the same YAML style format, adding a JSON schema specification to help define the structure and validation of the file. To further assist in detecting whether the format of your WinGet Configuration file is valid, we recommend using [Visual Studio Code](https://code.visualstudio.com/download) with the [YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) by RedHat to support proper syntax, help detect any formatting errors, provide hover support and auto-completion (when linked to the JSON schema file), and ensure valid formatting.

0 commit comments

Comments
 (0)