Skip to content

Commit

Permalink
(#831) Add missing backtick in nuspec
Browse files Browse the repository at this point in the history
This was causing the formatting on chocolatey.org to not work correctly.
  • Loading branch information
gep13 committed Mar 24, 2021
1 parent b0ba846 commit 0beac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuspec/chocolatey/ChocolateyGUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Chocolatey GUI is a delicious GUI on top of the Chocolatey command line tool.
- `/DefaultToTileViewForRemoteSource` - Enables/disables whether or not Chocolatey GUI defaults to tile instead of list view for all remote source views.
- `/UseDelayedSearch` - Enables/disables whether or not Chocolatey GUI uses a live search, which returns results after a short delay without clicking the search button.
- `/PreventPreload` - Prevents preloading results with a blank search when opening the remote source view.
- `/PreventAutomatedOutdatedPackagesCheck - Prevents automated check for outdated packages on startup.
- `/PreventAutomatedOutdatedPackagesCheck` - Prevents automated check for outdated packages on startup.
- `/ExcludeInstalledPackages` - Enables/disables whether or not Chocolatey GUI shows packages that are already installed when viewing sources.
- `/ShowAggregatedSourceView` - Enables/disables whether or not Chocolatey GUI shows an additional source combining all sources into one location.
- `/ShowAdditionalPackageInformation` - Show additional package information on Local and Remote views.
Expand Down

0 comments on commit 0beac9b

Please sign in to comment.