You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Instead of using the NuGet package, you will instead need to manually add the Po
32
32
The steps to do this are:
33
33
34
34
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.
36
36
1. You should now see the PowerShell script in the `PostBuildEvents` folder in Solution Explorer.
37
37
1. If you do not see the PowerShell file in Visual Studio, right-click on the `PostBuildEvents` folder and choose `Add` > `Existing Item...`.
38
38
Select the PowerShell script that you downloaded and saved to the `PostBuildEvents` folder.
0 commit comments