Skip to content

Commit 6859c70

Browse files
authored
Screenshot updates for winget 1.5 (#3689)
* Add dependency faq * Update screenshots for winget 1.5
1 parent 3c92ee4 commit 6859c70

19 files changed

+103
-8
lines changed

hub/package-manager/winget/export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: export Command
33
description: exports the list of installed applications.
4-
ms.date: 05/02/2021
4+
ms.date: 07/26/2023
55
ms.topic: overview
66
ms.localizationpriority: medium
77
---
@@ -18,7 +18,7 @@ The **export** command is often used to create a file that you can share with ot
1818

1919
`winget export [-o] <output> [<options>]`
2020

21-
![Image of the export command usage](./images/export.png)
21+
![Image of the export command usage](./images/export-help.png)
2222

2323
## Arguments
2424

hub/package-manager/winget/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: features Command
33
description: Displays the list of experimental features available and the state.
4-
ms.date: 05/5/2021
4+
ms.date: 07/26/2023
55
ms.topic: overview
66
ms.localizationpriority: medium
77
---
@@ -22,6 +22,8 @@ You can find the latest up to date information features on the [experimental fea
2222

2323
Notice above that the status of each feature is listed. If the feature is **disabled** you will not be able to use it. If the feature is **enabled** you will notice that the command will be available to you through **winget**.
2424

25+
![features command help options](./images/features-help.png)
26+
2527
To enabled any disabled features, go to **settings** and enable the feature.
2628

2729
> [!NOTE]

hub/package-manager/winget/hash.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
---
22
title: winget hash command
33
description: Generates the SHA256 hash for an installer.
4-
ms.date: 04/28/2020
4+
ms.date: 07/26/2023
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
88

99
# hash command (winget)
1010

11-
The **hash** command of the [winget](index.md) tool generates the SHA256 hash for an installer. This command is used if you need to create a [manifest file](../package/manifest.md) for submitting software to the **Microsoft Community Package Manifest Repository** on GitHub. In addition, the **hash** command also supports generating a SHA256 certificate hash for MSIX files.
11+
The **hash** command of the [winget](index.md) tool generates the SHA256 hash for an installer. This command is used if you need to create a [manifest file](../package/manifest.md) for submitting software to the **Microsoft Community Package Manifest Repository** on GitHub.
12+
13+
![winget hash command](./images/hash-command.png)
14+
15+
In addition, the **hash** command also supports generating a SHA256 certificate hash for MSIX files.
16+
17+
![winget hash msix command](./images/hash-command-msix.png)
1218

1319
## Usage
1420

1521
`winget hash [--file] \<file> [\<options>]`
1622

1723
The **hash** sub-command can only run on a local file. To use the **hash** sub-command, download your installer to a known location. Then pass in the file path as an argument to the **hash** sub-command.
1824

25+
![winget hash command help options](./images/hash-help.png)
26+
1927
## Arguments
2028

2129
The following arguments are available:
-14 KB
Loading
66 KB
Loading
-45.8 KB
Binary file not shown.
49.7 KB
Loading
-2.01 KB
Loading
22.3 KB
Loading
17.7 KB
Loading

0 commit comments

Comments
 (0)