Skip to content

Commit cfce37f

Browse files
committed
Update documentation a bit more.
1 parent 3804046 commit cfce37f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Setting the MinimumRequiredVersion property forces the ClickOnce application to
1111

1212
* **BuildSystemsBuildId** - The build system's unique and auto-incrementing Build ID. This will be used to generate the Build and Revision parts of the new Version number. This will override the Build and Revision specified in the Version parameter, if it was provided. This parameter cannot be used with the IncrementProjectFilesRevision parameter.
1313

14-
* **IncrementProjectFilesRevision** - If this switch is provided, the Revision from the project file will be incremented and used in the new ClickOnce Version. This will override the Revision specified in the Version parameter, if it was provided.
14+
* **IncrementProjectFilesRevision** - If this switch is provided, the Revision from the project file will be incremented and used in the new ClickOnce Version. This will override the Revision specified in the Version parameter, if it was provided. This parameter cannot be used with the BuildSystemsBuildId parameter.
1515

1616
* **UpdateMinimumRequiredVersionToCurrentVersion** - If this switch is provided, the ClickOnce MinimumRequiredVersion will be updated to match the new Version. Setting the MinimumRequiredVersion property forces the ClickOnce application to update automatically without prompting the user.
1717

Set-ProjectFilesClickOnceVersion.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
.PARAMETER IncrementProjectFilesRevision
2424
If this switch is provided, the Revision from the project file will be incremented and used in the new ClickOnce Version.
2525
This will override the Revision specified in the Version parameter, if it was provided.
26+
This parameter cannot be used with the BuildSystemsBuildId parameter.
2627
2728
.PARAMETER UpdateMinimumRequiredVersionToCurrentVersion
2829
If this switch is provided, the ClickOnce MinimumRequiredVersion will be updated to match the new Version.

0 commit comments

Comments
 (0)