Skip to content

Releases: mckn/gulp-nuget

v1.3.0

04 Apr 16:24
Compare
Choose a tag to compare

Adding support for the new nuget symbol format.

Thanks to @NielsDM for adding this support!

v1.2.2

09 Mar 10:25
Compare
Choose a tag to compare

Previously the tests where included in the npm package. Starting from this release the tests are excluded from the npm package bundle.

v1.2.1

09 Mar 10:17
Compare
Choose a tag to compare

When installing gulp-nuget, security issues are raised because of the reference to gulp-util. This release resolves that by removing the dependency on that package in favor of plugin-error and fancy-log.

Resolved issue: #28

Thanks to @NielsDM for reporting and fixing this issue!

v1.2.0

18 Jul 20:32
Compare
Choose a tag to compare

When running the gulp-nuget package for large project you could find the need to be able to set maxBuffer for the child process that is running the nuget command. The option.maxBuffer value is therefore added in this release.

Resolved issue: #19

Thanks to @mknayak for reporting this issue!

v1.1.0

18 Jul 20:06
Compare
Choose a tag to compare

Added the possibility to set the verbosity level by passing verbosity in your options object. #16

Previous versions of gulp-nuget is depending on a deleted version of the package ansi-styles. So this new version changed dependency on a newer version that exists. #21 #22

Fix when basename is missing. #17

Thanks for helping out with this release @bdukes @alistairmgreen and @roend83 for reporting issues.

v1.0.3

17 Nov 17:55
Compare
Choose a tag to compare

When doing a pack and then a push, pack would delete the file from disk so there was no file to push. For more details see the following issues: #13 #10

Thanks for reporting this issue: @tolgaonbay @Olgagr

v1.0.1

15 May 15:49
Compare
Choose a tag to compare

Bugfix for non-english systems

Big thanks to @ahelmberger for supplying a fix for this issue. Now non-english systems and run gulp nuget without any issues.

For more info check this pull request: #12

v1.0.0

16 Mar 09:34
Compare
Choose a tag to compare

New rewritten version of gulp-nuget

Major changes are:

  • Nuget restore command added
  • Official command options supported by push, pack and restore

breaking changes

  • Feed option for push changed to source
  • Pack does not have any nuspec option instead it should be piped to pack stream.
  • Add ./gulp-nuget to your .gitignore since it is the new temp folder.