From 2864a3fbd5fdc52f102987046dce600e9c06ddf8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 12:31:41 +0000 Subject: [PATCH 1/4] Initial plan From 39440b92d04936914ea298fa28b897fb6abe855b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 12:35:22 +0000 Subject: [PATCH 2/4] Remove obsolete vs-extension package overrides Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- .../typespec-vs/src/Microsoft.TypeSpec.VS.csproj | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/typespec-vs/src/Microsoft.TypeSpec.VS.csproj b/packages/typespec-vs/src/Microsoft.TypeSpec.VS.csproj index 804b1067d02..d8c02f42255 100644 --- a/packages/typespec-vs/src/Microsoft.TypeSpec.VS.csproj +++ b/packages/typespec-vs/src/Microsoft.TypeSpec.VS.csproj @@ -31,10 +31,6 @@ Link="TextMate/typespec.tmLanguage" /> - - - - Always @@ -47,16 +43,8 @@ - - - - - - - - From 4d6e3259fca721e6a3f6089b41a58a641ab72446 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 12:49:28 +0000 Subject: [PATCH 3/4] Add typespec-vs changelog entry Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- packages/typespec-vs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/typespec-vs/CHANGELOG.md b/packages/typespec-vs/CHANGELOG.md index eb8a840a2f2..62acde5bc06 100644 --- a/packages/typespec-vs/CHANGELOG.md +++ b/packages/typespec-vs/CHANGELOG.md @@ -2,7 +2,9 @@ ## 1.12.0 -No changes, version bump only. +### Bug Fixes + +- Remove obsolete explicit Visual Studio transitive NuGet package overrides. ## 1.11.0 From 776ad896addb4b04c061390bb44ed74abac61d17 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 13:00:30 +0000 Subject: [PATCH 4/4] Use Chronus change file for typespec-vs Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- ...-remove-unnecessary-nuget-package-2026-4-28-12-59-38.md | 7 +++++++ packages/typespec-vs/CHANGELOG.md | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .chronus/changes/copilot-remove-unnecessary-nuget-package-2026-4-28-12-59-38.md diff --git a/.chronus/changes/copilot-remove-unnecessary-nuget-package-2026-4-28-12-59-38.md b/.chronus/changes/copilot-remove-unnecessary-nuget-package-2026-4-28-12-59-38.md new file mode 100644 index 00000000000..b8e1f4edbc2 --- /dev/null +++ b/.chronus/changes/copilot-remove-unnecessary-nuget-package-2026-4-28-12-59-38.md @@ -0,0 +1,7 @@ +--- +changeKind: fix +packages: + - typespec-vs +--- + +Remove obsolete explicit Visual Studio transitive NuGet package overrides. \ No newline at end of file diff --git a/packages/typespec-vs/CHANGELOG.md b/packages/typespec-vs/CHANGELOG.md index 62acde5bc06..eb8a840a2f2 100644 --- a/packages/typespec-vs/CHANGELOG.md +++ b/packages/typespec-vs/CHANGELOG.md @@ -2,9 +2,7 @@ ## 1.12.0 -### Bug Fixes - -- Remove obsolete explicit Visual Studio transitive NuGet package overrides. +No changes, version bump only. ## 1.11.0