You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
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