Skip to content

Commit

Permalink
chore: Published new NuGet package version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Sep 27, 2024
1 parent bbcccce commit f0b8b21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>AutoUpdateProjectsMinimumRequiredClickOnceVersion</id>
<version>1.2.1</version>
<version>1.2.2</version>
<title>AutoUpdateProjectsMinimumRequiredClickOnceVersion</title>
<authors>Daniel Schroeder,iQmetrix</authors>
<owners>Daniel Schroeder,iQmetrix</owners>
Expand All @@ -14,7 +14,7 @@ Adds a post-build event to the project to run a PowerShell script that updates t
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.</description>
<summary>Automatically force your ClickOnce app to update to the latest version without prompting the user.</summary>
<releaseNotes>- Improve support for publish profiles (.pubxml) for .Net Core projects.</releaseNotes>
<releaseNotes>- Fix bug that would result in an error if the project did not have a PublishProfiles directory.</releaseNotes>
<copyright>Daniel Schroeder 2013</copyright>
<tags>ClickOnce Click Once Auto Automatic Automatically Update Project Minimum Min Required Version PowerShell Power Shell</tags>
</metadata>
Expand Down

0 comments on commit f0b8b21

Please sign in to comment.