From 88343f172d7b3814b1aa4b3afb71298d4fc296c5 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Jan 2018 03:12:56 +0000 Subject: [PATCH 01/11] Updating submodule(s) EntityFrameworkCore => 4352fbd495accc4f549d3fe026bcdfde0ab51812 Identity => f8868451843e34b0e79861abb6f12a293809518f Mvc => 17a407bba25f96bb975858ed1f25c010621f41ed SignalR => 40e906f23a311d745230b8a3b48c919b25231f7c Templating => 2269a3198393f4edcc0ff7f515742a73c0c6881f [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- modules/Identity | 2 +- modules/Mvc | 2 +- modules/SignalR | 2 +- modules/Templating | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index 483642e593..4352fbd495 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit 483642e59371784db18ee539b85322abc36ac5bb +Subproject commit 4352fbd495accc4f549d3fe026bcdfde0ab51812 diff --git a/modules/Identity b/modules/Identity index 7aa9149179..f886845184 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit 7aa914917969f10a6eaa3611d96929e825f7bf81 +Subproject commit f8868451843e34b0e79861abb6f12a293809518f diff --git a/modules/Mvc b/modules/Mvc index e2839053dd..17a407bba2 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit e2839053ddda27ae0f232025732dfc00591c62a2 +Subproject commit 17a407bba25f96bb975858ed1f25c010621f41ed diff --git a/modules/SignalR b/modules/SignalR index b478f45c6a..40e906f23a 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit b478f45c6a97121111042fc9d6a15bc9d9102fd6 +Subproject commit 40e906f23a311d745230b8a3b48c919b25231f7c diff --git a/modules/Templating b/modules/Templating index e8d3e2f2bd..2269a31983 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit e8d3e2f2bd6234e795094176ea7bb5c1752fb3a4 +Subproject commit 2269a3198393f4edcc0ff7f515742a73c0c6881f From 8b874a48449c9613074d187476d7ae673aee0834 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Tue, 23 Jan 2018 20:08:48 -0800 Subject: [PATCH 02/11] Updating submodule(s) SignalR => dd7cfdc58ddeacf9b9b0bfbf71cd2ed76d5e0220 WebSockets => 6bc49ad6ca029ff43310411e8db545b86bc985e8 [auto-updated: submodules] --- modules/SignalR | 2 +- modules/WebSockets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/SignalR b/modules/SignalR index 40e906f23a..dd7cfdc58d 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit 40e906f23a311d745230b8a3b48c919b25231f7c +Subproject commit dd7cfdc58ddeacf9b9b0bfbf71cd2ed76d5e0220 diff --git a/modules/WebSockets b/modules/WebSockets index eaa2b146ff..6bc49ad6ca 160000 --- a/modules/WebSockets +++ b/modules/WebSockets @@ -1 +1 @@ -Subproject commit eaa2b146ff39732a1f6d1778c27a43d47eaf8f10 +Subproject commit 6bc49ad6ca029ff43310411e8db545b86bc985e8 From 4aafec407e8efd32b886ff43bfea0df7f07222d0 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Jan 2018 03:18:09 -0800 Subject: [PATCH 03/11] Updating submodule(s) Templating => 6ab9e94703b5c2b71133fe5af1d3d0fb347181dc [auto-updated: submodules] --- modules/Templating | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Templating b/modules/Templating index 2269a31983..6ab9e94703 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit 2269a3198393f4edcc0ff7f515742a73c0c6881f +Subproject commit 6ab9e94703b5c2b71133fe5af1d3d0fb347181dc From a5ab5b2abc211bf0a815b713eae25d22c970ed64 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 23 Jan 2018 16:10:38 -0800 Subject: [PATCH 04/11] Change submodule branches --- .gitmodules | 94 ++++++++++++++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/.gitmodules b/.gitmodules index 08e7cccc6c..4cdbfdef38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,188 +1,188 @@ [submodule "modules/Antiforgery"] path = modules/Antiforgery url = https://github.com/aspnet/Antiforgery.git - branch = dev + branch = release/2.1 [submodule "modules/AuthSamples"] path = modules/AuthSamples url = https://github.com/aspnet/AuthSamples.git - branch = dev + branch = release/2.1 [submodule "modules/AzureIntegration"] path = modules/AzureIntegration url = https://github.com/aspnet/AzureIntegration.git - branch = dev + branch = release/2.1 [submodule "modules/BasicMiddleware"] path = modules/BasicMiddleware url = https://github.com/aspnet/BasicMiddleware.git - branch = dev + branch = release/2.1 [submodule "modules/BrowserLink"] path = modules/BrowserLink url = https://github.com/aspnet/BrowserLink.git - branch = dev + branch = release/2.1 [submodule "modules/Caching"] path = modules/Caching url = https://github.com/aspnet/Caching.git - branch = dev + branch = release/2.1 [submodule "modules/Common"] path = modules/Common url = https://github.com/aspnet/Common.git - branch = dev + branch = release/2.1 [submodule "modules/Configuration"] path = modules/Configuration url = https://github.com/aspnet/Configuration.git - branch = dev + branch = release/2.1 [submodule "modules/CORS"] path = modules/CORS url = https://github.com/aspnet/CORS.git - branch = dev + branch = release/2.1 [submodule "modules/DataProtection"] path = modules/DataProtection url = https://github.com/aspnet/DataProtection.git - branch = dev + branch = release/2.1 [submodule "modules/DependencyInjection"] path = modules/DependencyInjection url = https://github.com/aspnet/DependencyInjection.git - branch = dev + branch = release/2.1 [submodule "modules/Diagnostics"] path = modules/Diagnostics url = https://github.com/aspnet/Diagnostics.git - branch = dev + branch = release/2.1 [submodule "modules/DotNetTools"] path = modules/DotNetTools url = https://github.com/aspnet/DotNetTools.git - branch = dev + branch = release/2.1 [submodule "modules/EntityFrameworkCore"] path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git - branch = dev + branch = release/2.1 [submodule "modules/EventNotification"] path = modules/EventNotification url = https://github.com/aspnet/EventNotification.git - branch = dev + branch = release/2.1 [submodule "modules/FileSystem"] path = modules/FileSystem url = https://github.com/aspnet/FileSystem.git - branch = dev + branch = release/2.1 [submodule "modules/Hosting"] path = modules/Hosting url = https://github.com/aspnet/Hosting.git - branch = dev + branch = release/2.1 [submodule "modules/HtmlAbstractions"] path = modules/HtmlAbstractions url = https://github.com/aspnet/HtmlAbstractions.git - branch = dev + branch = release/2.1 [submodule "modules/HttpAbstractions"] path = modules/HttpAbstractions url = https://github.com/aspnet/HttpAbstractions.git - branch = dev + branch = release/2.1 [submodule "modules/HttpClientFactory"] path = modules/HttpClientFactory url = https://github.com/aspnet/HttpClientFactory.git - branch = dev + branch = release/2.1 [submodule "modules/HttpSysServer"] path = modules/HttpSysServer url = https://github.com/aspnet/HttpSysServer.git - branch = dev + branch = release/2.1 [submodule "modules/Identity"] path = modules/Identity url = https://github.com/aspnet/Identity.git - branch = dev + branch = release/2.1 [submodule "modules/IISIntegration"] path = modules/IISIntegration url = https://github.com/aspnet/IISIntegration.git - branch = dev + branch = release/2.1 [submodule "modules/JavaScriptServices"] path = modules/JavaScriptServices url = https://github.com/aspnet/JavaScriptServices.git - branch = dev + branch = release/2.1 [submodule "modules/JsonPatch"] path = modules/JsonPatch url = https://github.com/aspnet/JsonPatch.git - branch = dev + branch = release/2.1 [submodule "modules/KestrelHttpServer"] path = modules/KestrelHttpServer url = https://github.com/aspnet/KestrelHttpServer.git - branch = dev + branch = release/2.1 [submodule "modules/Localization"] path = modules/Localization url = https://github.com/aspnet/Localization.git - branch = dev + branch = release/2.1 [submodule "modules/Logging"] path = modules/Logging url = https://github.com/aspnet/Logging.git - branch = dev + branch = release/2.1 [submodule "modules/MetaPackages"] path = modules/MetaPackages url = https://github.com/aspnet/MetaPackages.git - branch = dev + branch = release/2.1 [submodule "modules/Microsoft.Data.Sqlite"] path = modules/Microsoft.Data.Sqlite url = https://github.com/aspnet/Microsoft.Data.Sqlite.git - branch = dev + branch = release/2.1 [submodule "modules/MusicStore"] path = modules/MusicStore url = https://github.com/aspnet/MusicStore.git - branch = dev + branch = release/2.1 [submodule "modules/Mvc"] path = modules/Mvc url = https://github.com/aspnet/Mvc.git - branch = dev + branch = release/2.1 [submodule "modules/MvcPrecompilation"] path = modules/MvcPrecompilation url = https://github.com/aspnet/MvcPrecompilation.git - branch = dev + branch = release/2.1 [submodule "modules/Options"] path = modules/Options url = https://github.com/aspnet/Options.git - branch = dev + branch = release/2.1 [submodule "modules/Proxy"] path = modules/Proxy url = https://github.com/aspnet/Proxy.git - branch = dev + branch = release/2.1 [submodule "modules/Razor"] path = modules/Razor url = https://github.com/aspnet/Razor.git - branch = dev + branch = release/2.1 [submodule "modules/ResponseCaching"] path = modules/ResponseCaching url = https://github.com/aspnet/ResponseCaching.git - branch = dev + branch = release/2.1 [submodule "modules/Routing"] path = modules/Routing url = https://github.com/aspnet/Routing.git - branch = dev + branch = release/2.1 [submodule "modules/Scaffolding"] path = modules/Scaffolding url = https://github.com/aspnet/Scaffolding.git - branch = dev + branch = release/2.1 [submodule "modules/Security"] path = modules/Security url = https://github.com/aspnet/Security.git - branch = dev + branch = release/2.1 [submodule "modules/ServerTests"] path = modules/ServerTests url = https://github.com/aspnet/ServerTests.git - branch = dev + branch = release/2.1 [submodule "modules/Session"] path = modules/Session url = https://github.com/aspnet/Session.git - branch = dev + branch = release/2.1 [submodule "modules/SignalR"] path = modules/SignalR url = https://github.com/aspnet/SignalR.git - branch = dev + branch = release/2.1 [submodule "modules/StaticFiles"] path = modules/StaticFiles url = https://github.com/aspnet/StaticFiles.git - branch = dev + branch = release/2.1 [submodule "modules/Templating"] path = modules/Templating url = https://github.com/aspnet/Templating.git - branch = dev + branch = release/2.1 [submodule "modules/Testing"] path = modules/Testing url = https://github.com/aspnet/Testing.git - branch = dev + branch = release/2.1 [submodule "modules/WebSockets"] path = modules/WebSockets url = https://github.com/aspnet/WebSockets.git - branch = dev + branch = release/2.1 From c3a4a3b36bcc582b28c8ebd17d4acb73db7a0daa Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Jan 2018 19:07:48 +0000 Subject: [PATCH 05/11] Updating submodule(s) EntityFrameworkCore => e2f0bb0e3414bec8d1ce19004c27e9c98b7dd020 SignalR => 67c76287ed122e831d67a6b6af37bb0947441978 [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- modules/SignalR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index 4352fbd495..e2f0bb0e34 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit 4352fbd495accc4f549d3fe026bcdfde0ab51812 +Subproject commit e2f0bb0e3414bec8d1ce19004c27e9c98b7dd020 diff --git a/modules/SignalR b/modules/SignalR index dd7cfdc58d..67c76287ed 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit dd7cfdc58ddeacf9b9b0bfbf71cd2ed76d5e0220 +Subproject commit 67c76287ed122e831d67a6b6af37bb0947441978 From 933d2e6f38efc008c27cececcdab1d2f48d5e8a7 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Jan 2018 23:17:29 +0000 Subject: [PATCH 06/11] Updating submodule(s) AuthSamples => 857c0632a05e405e1154831e2d4ad26c361f1c3e Mvc => f35e29e87bba254fcb722e6a8a2550b5d3846449 Templating => b1ccc31ccfba5047d3536e447a0c8c0c77836355 [auto-updated: submodules] --- modules/AuthSamples | 2 +- modules/Mvc | 2 +- modules/Templating | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/AuthSamples b/modules/AuthSamples index 6b5e82f07a..857c0632a0 160000 --- a/modules/AuthSamples +++ b/modules/AuthSamples @@ -1 +1 @@ -Subproject commit 6b5e82f07a927011dbdfcdb0796563aa6e590d9b +Subproject commit 857c0632a05e405e1154831e2d4ad26c361f1c3e diff --git a/modules/Mvc b/modules/Mvc index 17a407bba2..f35e29e87b 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 17a407bba25f96bb975858ed1f25c010621f41ed +Subproject commit f35e29e87bba254fcb722e6a8a2550b5d3846449 diff --git a/modules/Templating b/modules/Templating index 6ab9e94703..b1ccc31ccf 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit 6ab9e94703b5c2b71133fe5af1d3d0fb347181dc +Subproject commit b1ccc31ccfba5047d3536e447a0c8c0c77836355 From 24d3f381ba6d8025202842b40d3ab058986388cf Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Thu, 25 Jan 2018 00:03:29 +0000 Subject: [PATCH 07/11] Updating submodule(s) AzureIntegration => b0bc3d111ab35b2a8c262887ccf50cd253e83e58 KestrelHttpServer => 4fd4fd9f4140b90734b179ea2fa9ddc9e89b0f69 [auto-updated: submodules] --- modules/AzureIntegration | 2 +- modules/KestrelHttpServer | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/AzureIntegration b/modules/AzureIntegration index 0a57bb2f8f..b0bc3d111a 160000 --- a/modules/AzureIntegration +++ b/modules/AzureIntegration @@ -1 +1 @@ -Subproject commit 0a57bb2f8fb137dbf819db9218a007f5a9870738 +Subproject commit b0bc3d111ab35b2a8c262887ccf50cd253e83e58 diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index 38bcbb588a..4fd4fd9f41 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit 38bcbb588a79e298797a7d88afcc1d3de7d68a90 +Subproject commit 4fd4fd9f4140b90734b179ea2fa9ddc9e89b0f69 From 4aad2648f293d194679b9d24bff5693e73b845f0 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Jan 2018 18:53:36 -0800 Subject: [PATCH 08/11] Updating submodule(s) DotNetTools => af8d61395f0aa052dbde8a053c8198982587013f Identity => d195866baa35d0fb3ee0ddf1e7353d19e0b04972 Templating => d978b0da6c4f37eb7b256a5bb0a1f022ee36b7cb [auto-updated: submodules] --- modules/DotNetTools | 2 +- modules/Identity | 2 +- modules/Templating | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/DotNetTools b/modules/DotNetTools index c6aa71ddc4..af8d61395f 160000 --- a/modules/DotNetTools +++ b/modules/DotNetTools @@ -1 +1 @@ -Subproject commit c6aa71ddc46244eca1677583b807bd203f304bb5 +Subproject commit af8d61395f0aa052dbde8a053c8198982587013f diff --git a/modules/Identity b/modules/Identity index f886845184..d195866baa 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit f8868451843e34b0e79861abb6f12a293809518f +Subproject commit d195866baa35d0fb3ee0ddf1e7353d19e0b04972 diff --git a/modules/Templating b/modules/Templating index b1ccc31ccf..d978b0da6c 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit b1ccc31ccfba5047d3536e447a0c8c0c77836355 +Subproject commit d978b0da6c4f37eb7b256a5bb0a1f022ee36b7cb From 87feb01bdd73a93a7c1a68bd8a58aa078c765a2e Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Jan 2018 18:53:55 -0800 Subject: [PATCH 09/11] Updating BuildTools from 2.1.0-preview1-15671 to 2.1.0-preview2-15683 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index d3584914c3..31cbf017e4 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.0-preview1-15671 -commithash:49176144e03c3015d83b21e3f1d0ce093c05ecc3 +version:2.1.0-preview2-15683 +commithash:54af97ac56dfdc495c2514c6916fe4ca79910939 From d5b78c0fa5b3a4f82885fc8e39bb5788d715b3b0 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Thu, 25 Jan 2018 09:05:39 -0800 Subject: [PATCH 10/11] Updating submodule(s) EntityFrameworkCore => d32379241d6d57b5d1721baf68e1495c939fb84b [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index e2f0bb0e34..d32379241d 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit e2f0bb0e3414bec8d1ce19004c27e9c98b7dd020 +Subproject commit d32379241d6d57b5d1721baf68e1495c939fb84b From 6162476e0a2ece3904bdd6a9d13096356cf9674a Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 24 Jan 2018 20:43:36 -0800 Subject: [PATCH 11/11] Add aspnet/WebHooks to Universe --- .gitmodules | 4 ++++ build/artifacts.props | 17 +++++++++++++++++ build/submodules.props | 1 + modules/WebHooks | 1 + 4 files changed, 23 insertions(+) create mode 160000 modules/WebHooks diff --git a/.gitmodules b/.gitmodules index 4cdbfdef38..629535348f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -186,3 +186,7 @@ path = modules/WebSockets url = https://github.com/aspnet/WebSockets.git branch = release/2.1 +[submodule "modules/WebHooks"] + path = modules/WebHooks + url = https://github.com/aspnet/WebHooks.git + branch = release/2.1 diff --git a/build/artifacts.props b/build/artifacts.props index e1f953f937..0ab44a8d54 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -162,6 +162,23 @@ + + + + + + + + + + + + + + + + + diff --git a/build/submodules.props b/build/submodules.props index e2031b325a..510c44d267 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -51,6 +51,7 @@ + diff --git a/modules/WebHooks b/modules/WebHooks new file mode 160000 index 0000000000..b1946ab7d8 --- /dev/null +++ b/modules/WebHooks @@ -0,0 +1 @@ +Subproject commit b1946ab7d8204aa5b0025189cf77ec755b8fa95d