From b915fb8d540bc1ccc70f17711eb63d52b19ca83b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:36:20 +0000 Subject: [PATCH 1/3] [release/10.0] Source code updates from dotnet/dotnet (#2696) * Backflow from https://github.com/dotnet/dotnet / 8aba88f build 285155 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 285155 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 2 +- es-metadata.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 es-metadata.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5d9533752..e8afb39b49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + diff --git a/es-metadata.yml b/es-metadata.yml new file mode 100644 index 0000000000..39ae7f2727 --- /dev/null +++ b/es-metadata.yml @@ -0,0 +1,8 @@ +schemaVersion: 0.0.1 +isProduction: true +accountableOwners: + service: 7a9b52f6-7805-416c-9390-343168c0cdb3 +routing: + defaultAreaPath: + org: devdiv + path: DevDiv\NET Libraries From 6e468fac0b3ab84d1bdb69f7c1b7595d12849b20 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:57:06 +0100 Subject: [PATCH 2/3] [release/10.0] Source code updates from dotnet/dotnet (#2716) * Merge release/10.0 into darc-release/10.0-a08f2630-9474-4ea5-95a2-6a38569d290a * Update dependencies from https://github.com/dotnet/dotnet build 289521 No dependency updates to commit * Update dependencies from https://github.com/dotnet/dotnet build 289695 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 2 +- eng/Versions.props | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8afb39b49..e43490cf0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + diff --git a/eng/Versions.props b/eng/Versions.props index 8007672b39..d724a31e9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,8 +2,8 @@ - 2.0.0 - rtm + 2.0.1 + servicing From 42f99e8a99cfca15e4c78976a6766397705026c5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 13 Nov 2025 16:03:13 +0100 Subject: [PATCH 3/3] Fix pipeline triggers in command-line-api official yml The release/* trigger was missing which means the last code flow happened on August 16th. --- .vsts-ci-official.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vsts-ci-official.yml b/.vsts-ci-official.yml index 387b7f9182..a3a6efb7eb 100644 --- a/.vsts-ci-official.yml +++ b/.vsts-ci-official.yml @@ -17,8 +17,7 @@ trigger: branches: include: - main - - internal/release/* - - validation/* + - release/* pr: autoCancel: false