grunt-nuget-pack
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -70,3 +70,3 @@ var ZipWriter = require("moxie-zip").ZipWriter; | ||
var properties = [ | ||
"id", "version", "authors", "owners", "licenseUrl", | ||
"id", "title", "version", "authors", "owners", "licenseUrl", | ||
"projectUrl", "iconUrl", "requireLicenseAcceptance", | ||
@@ -73,0 +73,0 @@ "description", "summary", "releaseNotes", "copyright", |
{ | ||
"name": "grunt-nuget-pack", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Grunt task for creating nuget packages without using nuget.exe.", | ||
@@ -5,0 +5,0 @@ "author": "Moxiecode Systems AB <info@moxiecode.com>", |
20139