Skip to content

Commit f0b8b21

Browse files
committed
chore: Published new NuGet package version
1 parent bbcccce commit f0b8b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/PublishNewNuGetPackage/AutoUpdateProjectsMinimumRequiredClickOnceVersion.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>AutoUpdateProjectsMinimumRequiredClickOnceVersion</id>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<title>AutoUpdateProjectsMinimumRequiredClickOnceVersion</title>
77
<authors>Daniel Schroeder,iQmetrix</authors>
88
<owners>Daniel Schroeder,iQmetrix</owners>
@@ -14,7 +14,7 @@ Adds a post-build event to the project to run a PowerShell script that updates t
1414
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.
1515
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>
1616
<summary>Automatically force your ClickOnce app to update to the latest version without prompting the user.</summary>
17-
<releaseNotes>- Improve support for publish profiles (.pubxml) for .Net Core projects.</releaseNotes>
17+
<releaseNotes>- Fix bug that would result in an error if the project did not have a PublishProfiles directory.</releaseNotes>
1818
<copyright>Daniel Schroeder 2013</copyright>
1919
<tags>ClickOnce Click Once Auto Automatic Automatically Update Project Minimum Min Required Version PowerShell Power Shell</tags>
2020
</metadata>

0 commit comments

Comments
 (0)