Skip to content

Commit

Permalink
Update short descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen committed May 10, 2024
1 parent d2b4740 commit 967fb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Super Clean

A Visual Studio extension that adds a right-click context menu command to the Solution node, and Project node, that allows you to recursively delete (i.e., clean) the selected project's bin & obj folders, or all projects in the solution.
A Visual Studio extension that adds a 'Super Clean' option to the right click menu of the Solution and Project nodes of the Solution Explorer, to clear out the bin and obj folders for all, or selected, projects in the solution.

## License

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Metadata>
<Identity Id="VS-SuperClean" Version="1.1" Language="en-US" Publisher="Coding with Calvin" />
<DisplayName>Super Clean</DisplayName>
<Description xml:space="preserve">Adds a 'Super Clean' option to the right click menu of the Solution and Project nodes of the Solution Explorer, to fully clear out the bin and obj folders for either all projects in the solution, or the specific project selected.</Description>
<Description xml:space="preserve">Adds a 'Super Clean' option to the right click menu of the Solution and Project nodes of the Solution Explorer, to clear out the bin and obj folders for all, or selected, projects in the solution.</Description>
<MoreInfo>https://github.com/codingwithcalvin/vs-superclean</MoreInfo>
<Icon>Resources\logo.png</Icon>
<Tags>bin,debug,folder,output</Tags>
Expand Down

0 comments on commit 967fb09

Please sign in to comment.