From 9e102182c8f2fd655235f3b3476ba31b9d587b2c Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 16 Jan 2020 16:11:37 -0600 Subject: [PATCH 1/7] Remove date number from dev build version --- eng/Versions.props | 2 -- 1 file changed, 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index a7236af4e4b8a0..1cc023e59c9a21 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,8 +6,6 @@ 5 0 0 - - true alpha 1 From 642d09bea1276c636d2ec4fdd4f96b21f10f15b1 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 16 Jan 2020 18:48:51 -0600 Subject: [PATCH 2/7] Set Library assembly version back to 5.0.0.0 --- src/libraries/Directory.Build.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index e0a2a43c9a8384..2a8e90cb3fbda8 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -4,6 +4,10 @@ + + 5.0.0.0 + + $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) From 0e70f8f208d6027c729fe79d3aa3d3dfca4f1c8e Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 21 Jan 2020 17:38:28 -0800 Subject: [PATCH 3/7] Use default assembly version in versions.props and fix package testing --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 2 +- src/libraries/Directory.Build.props | 4 ---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04b91797c2028a..baede09aeecd80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,9 +4,9 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - - https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + + https://github.com/dotnet/runtime + 86bfd8d46b3817e2a027b23d829cd0d035cd8ad6 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 1cc023e59c9a21..88000489fae80e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,7 +41,7 @@ 5.0.0-beta.20063.2 5.0.0-beta.20063.2 - 5.0.0-alpha.1.19562.8 + 5.0.0-alpha.1.20071.1 5.0.0-alpha.1.19563.6 5.0.0-alpha.1.19563.6 2.1.0 diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 2a8e90cb3fbda8..e0a2a43c9a8384 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -4,10 +4,6 @@ - - 5.0.0.0 - - $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) From 785b157ee8ef1e5e2575890542701e937a2e9b93 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 22 Jan 2020 11:06:12 -0800 Subject: [PATCH 4/7] Add missed change to define AssemblyVersion to match MajorVersion.MinorVersion.0.0 in the root --- eng/Versions.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/Versions.props b/eng/Versions.props index 88000489fae80e..3610af187ef714 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,6 +8,9 @@ 0 alpha 1 + + + $(MajorVersion).$(MinorVersion).0.0 false release From 4665892492e9aef720a2a96e16c88e61f213492d Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 22 Jan 2020 14:22:57 -0800 Subject: [PATCH 5/7] Don't change AssemblyVersions in installer, leave as it was --- eng/Versions.props | 3 ++- src/installer/Directory.Build.props | 3 +++ src/installer/test/Directory.Build.props | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3610af187ef714..13cb197adb897e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,7 +9,8 @@ alpha 1 - + $(MajorVersion).$(MinorVersion).0.0 false diff --git a/src/installer/Directory.Build.props b/src/installer/Directory.Build.props index 9670824f2a1285..51579dc628b5c3 100644 --- a/src/installer/Directory.Build.props +++ b/src/installer/Directory.Build.props @@ -13,6 +13,9 @@ $([System.IO.Path]::GetDirectoryName('$(ArcadeSdkBuildTasksAssembly)'))\..\ $(ArcadeSdkMSBuildProjectDir)Sign.proj + + + diff --git a/src/installer/test/Directory.Build.props b/src/installer/test/Directory.Build.props index fe4a7edd5f93b5..3f79b988dbbc44 100644 --- a/src/installer/test/Directory.Build.props +++ b/src/installer/test/Directory.Build.props @@ -10,6 +10,10 @@ $(ArtifactsObjDir)ExtraNupkgsForTestRestore\ $(TargetArchitecture) $(NetCoreAppCurrent) + + + 1.0.0.0 From 35babe30290563e7c5fc499e9355e8188781965b Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 22 Jan 2020 16:32:45 -0800 Subject: [PATCH 6/7] Fix installer tests --- src/installer/test/Assets/TestProjects/Directory.Build.props | 4 ++++ src/installer/test/Directory.Build.props | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/installer/test/Assets/TestProjects/Directory.Build.props b/src/installer/test/Assets/TestProjects/Directory.Build.props index 06b429ead4e00a..b06ee303512ef7 100644 --- a/src/installer/test/Assets/TestProjects/Directory.Build.props +++ b/src/installer/test/Assets/TestProjects/Directory.Build.props @@ -4,6 +4,10 @@ $(TestRestorePackagesPath) true + + + 1.0.0.0 diff --git a/src/installer/test/Directory.Build.props b/src/installer/test/Directory.Build.props index 3f79b988dbbc44..fe4a7edd5f93b5 100644 --- a/src/installer/test/Directory.Build.props +++ b/src/installer/test/Directory.Build.props @@ -10,10 +10,6 @@ $(ArtifactsObjDir)ExtraNupkgsForTestRestore\ $(TargetArchitecture) $(NetCoreAppCurrent) - - - 1.0.0.0 From 45252885808cbb9173814cee436cb026861b6dc5 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 23 Jan 2020 16:02:40 -0800 Subject: [PATCH 7/7] Move AssemblyVersion for installer test assets to right place --- src/installer/test/Assets/TestProjects/Directory.Build.props | 4 ---- src/installer/test/Assets/TestUtils/TestProjects.props | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/installer/test/Assets/TestProjects/Directory.Build.props b/src/installer/test/Assets/TestProjects/Directory.Build.props index b06ee303512ef7..06b429ead4e00a 100644 --- a/src/installer/test/Assets/TestProjects/Directory.Build.props +++ b/src/installer/test/Assets/TestProjects/Directory.Build.props @@ -4,10 +4,6 @@ $(TestRestorePackagesPath) true - - - 1.0.0.0 diff --git a/src/installer/test/Assets/TestUtils/TestProjects.props b/src/installer/test/Assets/TestUtils/TestProjects.props index e75ada59052337..97993c19cf9774 100644 --- a/src/installer/test/Assets/TestUtils/TestProjects.props +++ b/src/installer/test/Assets/TestUtils/TestProjects.props @@ -15,6 +15,11 @@ win-x86 tests that assumed a win-x64 app host RID based on the runner SDK. --> $(TestTargetRid) + + + + 1.0.0.0