Skip to content

Commit a7a5803

Browse files
committed
docs: Update ReadMe link to reference GitHub release instead of script in repo
1 parent 7cff22d commit a7a5803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Instead of using the NuGet package, you will instead need to manually add the Po
3232
The steps to do this are:
3333

3434
1. In Visual Studio, right-click on your project and add a new folder called `PostBuildEvents`.
35-
1. Download [the AutoUpdateProjectsMinimumRequiredClickOnceVersion.ps1 PowerShell script](src/AutoUpdateProjectsMinimumRequiredClickOnceVersion.ps1) and save it to the `PostBuildEvents` folder.
35+
1. Download [the latest AutoUpdateProjectsMinimumRequiredClickOnceVersion.ps1 PowerShell script](https://github.com/deadlydog/AutoUpdateProjectsMinimumRequiredClickOnceVersion/releases) and save it to the `PostBuildEvents` folder.
3636
1. You should now see the PowerShell script in the `PostBuildEvents` folder in Solution Explorer.
3737
1. If you do not see the PowerShell file in Visual Studio, right-click on the `PostBuildEvents` folder and choose `Add` > `Existing Item...`.
3838
Select the PowerShell script that you downloaded and saved to the `PostBuildEvents` folder.

0 commit comments

Comments
 (0)