From 0da7460fa2a5cf5fa0d51d080f48a4258fc3e752 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jul 2018 15:06:34 -0700 Subject: [PATCH 1/3] Reverting version from 2.1.2 back to 2.1.1 As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo. --- version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.props b/version.props index 478dfd16..669c8748 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@  - 2.1.2 + 2.1.1 rtm $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final From 578124e1cefd1f3b8f1ec5b51a3f3dc9f270becc Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jul 2018 18:49:03 -0700 Subject: [PATCH 2/3] Updating dependencies to 2.1.2 and adding a section for pinned variable versions --- build/dependencies.props | 15 +++++++++++---- korebuild-lock.txt | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index ff86eb92..0ac2274a 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -2,8 +2,10 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - 2.1.1-rtm-15793 + + + + 2.1.3-rtm-15802 2.1.1 2.1.1 2.1.1 @@ -11,7 +13,7 @@ 2.1.1 2.1.1 2.1.1 - 2.1.1 + 2.1.2 2.1.1 2.1.1 2.1.1 @@ -19,10 +21,15 @@ 2.1.1 2.1.1 2.0.0 - 2.1.1 + 2.1.2 2.0.3 11.0.2 4.9.0 + + + + + diff --git a/korebuild-lock.txt b/korebuild-lock.txt index bc84e0cd..251c227c 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.1-rtm-15793 -commithash:988313f4b064d6c69fc6f7b845b6384a6af3447a +version:2.1.3-rtm-15802 +commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a From ea3a7bc8974271d6e9eeb9e890f23f953b8b40e2 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 12 Jul 2018 11:54:22 -0700 Subject: [PATCH 3/3] Pin version variables to the ASP.NET Core 2.1.2 baseline This reverts our previous policy of cascading versions on all servicing updates. This moves variables into the 'pinned' section, and points them to the latest stable release (versions that were used at the time of the 2.1.2 release). --- build/dependencies.props | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 0ac2274a..1f28e36f 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,8 +4,20 @@ - + 2.1.3-rtm-15802 + 2.0.0 + 2.1.2 + 2.0.3 + 11.0.2 + 4.9.0 + + + + + + + 2.1.1 2.1.1 2.1.1 @@ -20,16 +32,5 @@ 2.1.1 2.1.1 2.1.1 - 2.0.0 - 2.1.2 - 2.0.3 - 11.0.2 - 4.9.0 - - - - - - - + \ No newline at end of file