Skip to content

Commit

Permalink
New beta release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 22, 2017
1 parent 1d852c3 commit fc8a31b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (grunt) {
pkg: pkg,
clean: {
files: [
'releases/temp/**/*.*'
'releases/temp/'
]
},
copy: {
Expand Down Expand Up @@ -107,10 +107,10 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-zip');
grunt.loadNpmTasks('grunt-umbraco-package');

grunt.registerTask('dev', ['clean', 'copy:binary', 'copy:resources', 'nugetpack', 'zip', 'umbracoPackage']);
grunt.registerTask('dev', ['clean', 'copy:binary', 'copy:resources', 'nugetpack', 'zip', 'umbracoPackage', 'clean']);

if (machineName == 'abjerner2') {
grunt.registerTask('test', ['clean', 'copy:binary', 'copy:resources', 'nugetpack', 'zip', 'umbracoPackage', 'copy:nuget']);
grunt.registerTask('test', ['clean', 'copy:binary', 'copy:resources', 'nugetpack', 'zip', 'umbracoPackage', 'copy:nuget', 'clean']);
}

grunt.registerTask('default', ['dev']);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.LinkPicker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.15.0")]
[assembly: AssemblyInformationalVersion("1.0.15")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0-beta001")]
6 changes: 3 additions & 3 deletions src/Skybrud.LinkPicker/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"company": "Skybrud.dk",
"product": "Skybrud.PropertyEditors",
"copyright": "Copyright © 2017",
"version": "1.0.15.0",
"informationalVersion": "1.0.15",
"fileVersion": "0.0.648.1"
"version": "1.1.0.0",
"informationalVersion": "1.1.0-beta001",
"fileVersion": "0.0.667.3"
}
2 changes: 1 addition & 1 deletion src/Skybrud.LinkPicker/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.648.1")]
[assembly: AssemblyFileVersion("0.0.667.3")]

0 comments on commit fc8a31b

Please sign in to comment.