Skip to content

Commit 4880500

Browse files
Merge pull request #14165 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-04 22:30 UTC
2 parents e1fa421 + 2a83e3d commit 4880500

File tree

3 files changed

+133
-200
lines changed

3 files changed

+133
-200
lines changed

docs/deployment/how-to-include-prerequisites-with-a-clickonce-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you can distribute prerequisite software with a ClickOnce application, yo
4141

4242
6. Copy the file to the root folder for the prerequisite.
4343

44-
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472* folder.
44+
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472` folder.
4545

4646
You can now distribute the installer package with your application.
4747

docs/extensibility/internals/solution-dot-sln-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Standard header that defines the file format version.
6565
The major version of Visual Studio that (most recently) saved this solution file. This information controls the version number in the solution icon.
6666

6767
`VisualStudioVersion = 16.0.28701.123`\
68-
The full version of Visual Studio that (most recently) saved the solution file. If the solution file is saved by a newer version of Visual Studio that has the same major version. This value isn't updated so as to lessen churn in the file.
68+
The full version of Visual Studio that (most recently) saved the solution file. If the solution file is saved by a newer version of Visual Studio that has the same major version, this value isn't updated so as to lessen churn in the file.
6969

7070
`MinimumVisualStudioVersion = 10.0.40219.1`\
7171
The minimum (oldest) version of Visual Studio that can open this solution file.

0 commit comments

Comments
 (0)