Skip to content

Commit ced68e4

Browse files
authored
Merge pull request #4420 from r0bfr/patch-4
Remove bullet points from section descriptions.
2 parents 92ea09c + cc6779a commit ced68e4

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)