Skip to content

Commit

Permalink
Published new 1.8.15 version of NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Sep 16, 2018
1 parent 222012f commit 6023db7
Showing 1 changed file with 3 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 minClientVersion="2.8">
<id>CreateNewNuGetPackageFromProjectAfterEachBuild</id>
<version>1.8.14</version>
<version>1.8.15</version>
<title>Create New NuGet Package From Project After Each Build</title>
<authors>Daniel Schroeder,iQmetrix</authors>
<owners>Daniel Schroeder,iQmetrix</owners>
Expand All @@ -14,7 +14,8 @@
This adds a PostBuildScripts folder to your project to house the PowerShell script that is called from the project's Post-Build event to create the NuGet package.
If it does not seem to be working, check the Visual Studio Output window for any errors that may have occurred.</description>
<summary>Automatically creates a NuGet package from your project each time it builds.</summary>
<releaseNotes>- Updated included NuGet.exe from 4.3.0 to 4.6.2 to get benefits of using the new version.</releaseNotes>
<releaseNotes>- Automatically retrieve TF.exe path for Visual Studio 2017+ to increase compatibility with TFVC projects.
- Write warning when TF.exe cannot be found.</releaseNotes>
<copyright>Daniel Schroeder 2013</copyright>
<tags>Auto Automatic Automatically Build Pack Create New NuGet Package From Project After Each Build On PowerShell Power Shell .nupkg new nuget package NewNuGetPackage New-NuGetPackage</tags>
<developmentDependency>true</developmentDependency>
Expand Down

0 comments on commit 6023db7

Please sign in to comment.