diff --git a/gulpfile.js b/gulpfile.js
index 1bd0c63..6e5cfb3 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -4,10 +4,10 @@ var msbuild = require('gulp-msbuild');
var download = require("gulp-download");
var del = require('del');
var assemblyInfo = require('gulp-dotnet-assembly-info');
-var version = '1.0.1';
+var version = '1.0.2';
gulp.task('clean', ()=>{
- return del['./**/bin', './**/obj', 'nuget.exe', 'nupkgs']
+ return del(['src/**/obj/', 'src/**/bin/Release', 'nuget.exe', 'nupkgs', 'packages'])
});
gulp.task('downloadNuget', ['clean'], ()=>{
return download('https://dist.nuget.org/win-x86-commandline/latest/nuget.exe')
@@ -39,7 +39,8 @@ gulp.task('pack', ['build'], ()=>{
return gulp.src(['src/CompressR.MVC4/*.csproj', 'src/CompressR.MVC5/*.csproj', 'src/CompressR.WebApi/*.csproj'])
.pipe(nuget.pack({
build: false,
- properties: 'configuration=release',
+ symbols: true,
+ properties: 'configuration=Release',
outputDirectory: './nupkgs'
}));
});
diff --git a/nuget.exe b/nuget.exe
deleted file mode 100644
index 6bb79fe..0000000
Binary files a/nuget.exe and /dev/null differ
diff --git a/src/CompressR.Sample/CompressR.Sample.csproj b/src/CompressR.Sample/CompressR.Sample.csproj
index 3e907a2..2ea4ea4 100644
--- a/src/CompressR.Sample/CompressR.Sample.csproj
+++ b/src/CompressR.Sample/CompressR.Sample.csproj
@@ -25,6 +25,7 @@
+ ..\..\packages\WebGrease.1.5.2\lib
true
@@ -178,6 +179,7 @@
+
@@ -223,6 +225,7 @@
+
@@ -235,9 +238,7 @@
-
-
10.0
diff --git a/src/CompressR.WebApi/CompressR.WebApi.csproj b/src/CompressR.WebApi/CompressR.WebApi.csproj
index 44348a2..bf340b2 100644
--- a/src/CompressR.WebApi/CompressR.WebApi.csproj
+++ b/src/CompressR.WebApi/CompressR.WebApi.csproj
@@ -9,8 +9,9 @@
Properties
CompressR.WebApi
CompressR.WebApi
- v4.5.2
+ v4.5
512
+
true
diff --git a/src/CompressR.WebApi/packages.config b/src/CompressR.WebApi/packages.config
index 50dbe02..9a9bf4a 100644
--- a/src/CompressR.WebApi/packages.config
+++ b/src/CompressR.WebApi/packages.config
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file