Skip to content

Commit 61d942a

Browse files
committed
Ignoring Winget manifests
1 parent 9540633 commit 61d942a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

6+
# Winget manifests
7+
manifests/
8+
69
# User-specific files
710
*.rsuser
811
*.suo

src/CmdPalRandomFactsExtension/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
EntryPoint="$targetentrypoint$">
3535
<uap:VisualElements
3636
DisplayName="Random Facts"
37-
Description="Learn a random fact"
37+
Description="Learn a random new fact"
3838
BackgroundColor="transparent"
3939
Square150x150Logo="Assets\Square300x300Logo.png"
4040
Square44x44Logo="Assets\Square88x88Logo.png">
@@ -60,7 +60,7 @@
6060
Id="PG-SP-ID"
6161
PublicFolder="Public"
6262
DisplayName="Random Facts"
63-
Description="Learn a new fact everyday in Command Palette">
63+
Description="Learn a random new fact">
6464
<uap3:Properties>
6565
<CmdPalProvider>
6666
<Activation>

0 commit comments

Comments
 (0)