From 8b037016011a6a01b6bb31723b6aa48bbcbc0fb2 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 13 Oct 2016 12:37:33 -0700 Subject: [PATCH 1/4] Remove version suffix --- src/Microsoft.AspNetCore/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore/project.json b/src/Microsoft.AspNetCore/project.json index 52259023b3..8990174a41 100644 --- a/src/Microsoft.AspNetCore/project.json +++ b/src/Microsoft.AspNetCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.1-*", + "version": "1.0.1", "dependencies": { "Microsoft.AspNetCore.Diagnostics": "1.0.0", From 44cc97adb9d0f555e46d6772017e2bd7e5bc2b21 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Thu, 13 Oct 2016 14:32:44 -0700 Subject: [PATCH 2/4] chmod +x build.sh --- build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 From 5323cef7485b79c52b5962f5d84091b71768f266 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 13 Oct 2016 16:28:18 -0700 Subject: [PATCH 3/4] Fix verify and assembly creation --- NuGetPackageVerifier.json | 7 ------- makefile.shade | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 NuGetPackageVerifier.json create mode 100644 makefile.shade diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json deleted file mode 100644 index 45b04454bf..0000000000 --- a/NuGetPackageVerifier.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Default": { // Rules to run for packages not listed in any other set. - "rules": [ - "DefaultCompositeRule" - ] - } -} \ No newline at end of file diff --git a/makefile.shade b/makefile.shade new file mode 100644 index 0000000000..3b0f5f69bf --- /dev/null +++ b/makefile.shade @@ -0,0 +1,6 @@ +var AUTHORS='Microsoft Open Technologies, Inc.' + +use-standard-lifecycle +k-standard-goals + +-Environment.SetEnvironmentVariable("KOREBUILD_ADD_ASSEMBLY_INFO", "0"); \ No newline at end of file From 04f986329347c55408eaeb19386d6794510fba46 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Mon, 24 Oct 2016 08:53:39 -0700 Subject: [PATCH 4/4] Remove StaticFiles from AspNetCore meta package --- src/Microsoft.AspNetCore/project.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNetCore/project.json b/src/Microsoft.AspNetCore/project.json index 8990174a41..2948f1e2fe 100644 --- a/src/Microsoft.AspNetCore/project.json +++ b/src/Microsoft.AspNetCore/project.json @@ -7,7 +7,6 @@ "Microsoft.AspNetCore.Routing": "1.0.1", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.1", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", "Microsoft.Extensions.Configuration.Json": "1.0.0",