AutoUpdateProjectsMinimumRequiredClickOnceVersion 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoUpdateProjectsMinimumRequiredClickOnceVersion --version 1.0.7
NuGet\Install-Package AutoUpdateProjectsMinimumRequiredClickOnceVersion -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoUpdateProjectsMinimumRequiredClickOnceVersion" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoUpdateProjectsMinimumRequiredClickOnceVersion --version 1.0.7
#r "nuget: AutoUpdateProjectsMinimumRequiredClickOnceVersion, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AutoUpdateProjectsMinimumRequiredClickOnceVersion as a Cake Addin
#addin nuget:?package=AutoUpdateProjectsMinimumRequiredClickOnceVersion&version=1.0.7

// Install AutoUpdateProjectsMinimumRequiredClickOnceVersion as a Cake Tool
#tool nuget:?package=AutoUpdateProjectsMinimumRequiredClickOnceVersion&version=1.0.7

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.

There are no supported framework assets in this package.

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.1 5,011 12/23/2022
1.2.0 3,266 12/23/2022
1.1.0 6,275 5/6/2021
1.0.8 5,326 3/5/2020
1.0.7 16,061 2/28/2014
1.0.6 5,282 10/28/2013
1.0.5 4,557 10/28/2013
1.0.4 4,693 10/26/2013
1.0.3.2 4,566 5/24/2013
1.0.3.1 4,776 4/9/2013
1.0.3 6,586 3/14/2013
1.0.2.3 4,340 3/9/2013
1.0.2.2 4,818 3/9/2013
1.0.2.1 4,858 3/8/2013
1.0.2 4,964 3/8/2013
1.0.1.4 4,814 3/8/2013

- Fixed syntax error that would only be thrown on some machines.