Skip to content

Commit

Permalink
Merge tag '1.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Feb 12, 2021
2 parents cb85ec7 + f85ea5f commit ee97586
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Expand Up @@ -6,6 +6,10 @@ image: Visual Studio 2017
#---------------------------------#
# Build Script #
#---------------------------------#
install:
# Update to latest NuGet version since we require 5.3.0 for embedded icon
- ps: nuget update -self

build_script:
- ps: .\build.ps1 -Target AppVeyor

Expand Down
5 changes: 3 additions & 2 deletions nuspec/nuget/Cake.Npm.nuspec
Expand Up @@ -10,13 +10,14 @@
<description>A set of aliases for Cake to help with running Npm (Node Package Manager) commands</description>
<license type="expression">MIT</license>
<projectUrl>https://github.com/cake-contrib/cake-npm</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Npm.git"/>
<tags>cake npm cake-build cake-contrib</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Npm/releases/tag/0.17.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Npm/releases/tag/1.0.0</releaseNotes>
</metadata>
<files>
<file src="..\..\..\..\nuspec\nuget\icon.png" target="" />
<file src="netstandard2.0\Cake.Npm.dll" target="lib\netstandard2.0" />
<file src="netstandard2.0\Cake.Npm.pdb" target="lib\netstandard2.0" />
<file src="netstandard2.0\Cake.Npm.xml" target="lib\netstandard2.0" />
Expand Down
Binary file added nuspec/nuget/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee97586

Please sign in to comment.