AutoUpdateProjectsMinimumRequiredClickOnceVersion 1.2.2
dotnet add package AutoUpdateProjectsMinimumRequiredClickOnceVersion --version 1.2.2
NuGet\Install-Package AutoUpdateProjectsMinimumRequiredClickOnceVersion -Version 1.2.2
<PackageReference Include="AutoUpdateProjectsMinimumRequiredClickOnceVersion" Version="1.2.2" />
paket add AutoUpdateProjectsMinimumRequiredClickOnceVersion --version 1.2.2
#r "nuget: AutoUpdateProjectsMinimumRequiredClickOnceVersion, 1.2.2"
// Install AutoUpdateProjectsMinimumRequiredClickOnceVersion as a Cake Addin #addin nuget:?package=AutoUpdateProjectsMinimumRequiredClickOnceVersion&version=1.2.2 // Install AutoUpdateProjectsMinimumRequiredClickOnceVersion as a Cake Tool #tool nuget:?package=AutoUpdateProjectsMinimumRequiredClickOnceVersion&version=1.2.2
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application.
Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce project's minimum required version in the .csproj/.vbproj file to the latest published version.
Because the PowerShell script modifies the .csproj/.vbproj file outside of Visual Studio, the first time you do a build after publishing a new ClickOnce version, if you have any files from that project open you will be prompted to reload the project. In order to prevent this from closing your open tabs, I recommend installing Scott Hanselman’s Workspace Reloader Visual Studio extension.
If it does not seem to be working or causes the build to fail, check the Output window for any errors that may have occurred.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 330 | 9/27/2024 |
1.2.1 | 6,778 | 12/23/2022 |
1.2.0 | 4,032 | 12/23/2022 |
1.1.0 | 7,187 | 5/6/2021 |
1.0.8 | 6,302 | 3/5/2020 |
1.0.7 | 17,361 | 2/28/2014 |
1.0.6 | 6,195 | 10/28/2013 |
1.0.5 | 5,430 | 10/28/2013 |
1.0.4 | 5,575 | 10/26/2013 |
1.0.3.2 | 5,360 | 5/24/2013 |
1.0.3.1 | 5,694 | 4/9/2013 |
1.0.3 | 7,394 | 3/14/2013 |
1.0.2.3 | 5,211 | 3/9/2013 |
1.0.2.2 | 5,806 | 3/9/2013 |
1.0.2.1 | 5,751 | 3/8/2013 |
1.0.2 | 5,792 | 3/8/2013 |
1.0.1.4 | 5,691 | 3/8/2013 |
- Fix bug that would result in an error if the project did not have a PublishProfiles directory.