From f65b6fa244e8720704ba23207309abd91cbef63d Mon Sep 17 00:00:00 2001 From: Chandanahk <48959938+Chandanahk@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:38:38 +0530 Subject: [PATCH] Update publish-page-project-designer.md I am one of the Security Program Manager at MSRC Microsoft team. We have an external vulnerability submission which highlights that there is human error in this article and the value here must be 65535 instead of 65335 https://learn.microsoft.com/en-us/visualstudio/ide/reference/publish-page-project-designer?view=vs-2019#:~:text=maximum%20value%20of-,65355,-(MaxValue)%2C%20the The same was confirmed by the Vulnerability and Assessment team to update the article. Hence, requesting to update the change --- docs/ide/reference/publish-page-project-designer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide/reference/publish-page-project-designer.md b/docs/ide/reference/publish-page-project-designer.md index eaccb3af8f3..add4e8f7a76 100644 --- a/docs/ide/reference/publish-page-project-designer.md +++ b/docs/ide/reference/publish-page-project-designer.md @@ -59,7 +59,7 @@ Opens the Publish Options dialog box, which is used to specify additional advanc **Publish Version** -Sets the publish version number for the application; when the version number is changed, the application is published as an update. Each part of the publish version (**Major**, **Minor**, **Build**, **Revision**) can have a maximum value of 65355 (), the maximum allowed by . +Sets the publish version number for the application; when the version number is changed, the application is published as an update. Each part of the publish version (**Major**, **Minor**, **Build**, **Revision**) can have a maximum value of 65535 (), the maximum allowed by . When you install more than one version of an application by using ClickOnce, the installation moves earlier versions of the application into a folder named Archive, in the publish location that you specify. Archiving earlier versions in this manner keeps the installation directory clear of folders from the earlier version.