Skip to content

Commit cc6779a

Browse files
authored
Remove bullet points from section descriptions.
Some of the section description blocks accidentally got laid out as bullet points, making them hard to see.
1 parent 5d2fc1a commit cc6779a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment/building-clickonce-applications-from-the-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ msbuild /target:publish /property:BootstrapperEnabled=false
139139

140140
- `UpdateUrl` (not shown) is the location from which the application will receive updates. If specified, this value is inserted into the application manifest.
141141

142-
- The following properties are set in the **Publish Options** dialog box, accessed from the **Publish** page.
142+
The following properties are set in the **Publish Options** dialog box, accessed from the **Publish** page.
143143

144144
- `PublisherName` specifies the name of the publisher displayed in the prompt shown when installing or running the application. In the case of an installed application, it is also used to specify the folder name on the **Start** menu.
145145

146146
- `ProductName` specifies the name of the product displayed in the prompt shown when installing or running the application. In the case of an installed application, it is also used to specify the shortcut name on the **Start** menu.
147147

148-
- The following properties are set in the **Prerequisites** dialog box, accessed from the **Publish** page.
148+
The following properties are set in the **Prerequisites** dialog box, accessed from the **Publish** page.
149149

150150
- `BootstrapperEnabled` determines whether to generate the *setup.exe* bootstrapper.
151151

0 commit comments

Comments
 (0)