Skip to content

Commit

Permalink
Fix gruntfile for NuGet packages
Browse files Browse the repository at this point in the history
+ bump version
  • Loading branch information
kjac committed Dec 15, 2015
1 parent dd22040 commit 62601fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Grunt/gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-template");

// Tasks
grunt.registerTask("default", ["less", "copy", "concat"]);
grunt.registerTask("package", ["clean", "assemblyinfo", "msbuild", "less", "copy", "concat", "umbracoPackage", "template", "nugetpack"]);
grunt.registerTask("default", ["less", "concat", "copy"]);
grunt.registerTask("package", ["clean", "assemblyinfo", "msbuild", "less", "concat", "copy", "umbracoPackage", "template", "nugetpack"]);
};
2 changes: 1 addition & 1 deletion Grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"grunt-template": "^0.2.3"
},
"meta": {
"version": "0.9.0.2"
"version": "0.9.0.3"
}
}
4 changes: 2 additions & 2 deletions Source/Solution/FormEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]
[assembly: AssemblyVersion("0.9.0.3")]
[assembly: AssemblyFileVersion("0.9.0.3")]

0 comments on commit 62601fa

Please sign in to comment.