Skip to content

Commit dec9e9a

Browse files
committed
changes based on Jiri's review
1 parent cf5d172 commit dec9e9a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

hub/powertoys/command-palette/publish-extension.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Publishing to the Microsoft Store provides your extension with wide reach across
4646
- Create all required app icons and ensure they're properly sized ([Create icons using Visual Studio's asset generation tool](../../apps/design/style/iconography/visual-studio-asset-generation))
4747

4848
> [!TIP]
49+
>
4950
> - [List of icons and variations](/windows/apps/design/style/iconography/app-icon-construction#complete-list-of-icons-and-variations)
5051
> - Make sure you generate the following files:
5152
>
@@ -86,8 +87,8 @@ Publishing to the Microsoft Store provides your extension with wide reach across
8687

8788
```xml
8889
<Identity
89-
Name="YOUR_PACKAGE_IDENTITY_NAME_HERE" <!-- Replace with your Package/Identity/Name -->
90-
Publisher="YOUR_PACKAGE_IDENTITY_PUBLISHER_HERE" <!-- Replace with your Package/Identity/Publisher -->
90+
Name="YOUR_PACKAGE_IDENTITY_NAME_HERE"
91+
Publisher="YOUR_PACKAGE_IDENTITY_PUBLISHER_HERE"
9192
Version="0.0.1.0" />
9293

9394
<Properties>
@@ -213,7 +214,7 @@ with
213214
1. Locate the bundle:
214215
215216
```powershell
216-
ls *.msixbundle
217+
dir *.msixbundle
217218
```
218219
219220
1. You should find the file: `<ExtensionName>_<VersionNumber>_Bundle.msixbundle`.

0 commit comments

Comments
 (0)