From 48fc65f2d4447e1814f9c0ff687f1db86e52436f Mon Sep 17 00:00:00 2001 From: Evgeny Tvorun Date: Wed, 13 Nov 2024 11:23:47 -0800 Subject: [PATCH 1/2] Update xamlTools versions to 17.13.35513.19 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf37b04f..c4c55f42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ # 2.57.x * Update Razor to 9.0.0-preview.24561.3 (PR: [#7748](https://github.com/dotnet/vscode-csharp/pull/7748)) * Add feature flag to turn on the new Roslyn tokenizer (PR: [#11185](https://github.com/dotnet/razor/pull/11185)) +* Bump xamltools to 17.13.35513.19 (PR: [#7776](https://github.com/dotnet/vscode-csharp/pull/7776)) # 2.56.x * Update Roslyn to 4.13.0-2.24561.3 (PR: [#7765](https://github.com/dotnet/vscode-csharp/pull/7765)) diff --git a/package.json b/package.json index 093145cbd..2416bc5e7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "omniSharp": "1.39.11", "razor": "9.0.0-preview.24561.3", "razorOmnisharp": "7.0.0-preview.23363.1", - "xamlTools": "17.13.35507.225" + "xamlTools": "17.13.35513.19" }, "main": "./dist/extension", "l10n": "./l10n", From 0fe170d7180c44bd94fbac1d5343341834b5314e Mon Sep 17 00:00:00 2001 From: Evgeny Tvorun Date: Wed, 13 Nov 2024 11:42:39 -0800 Subject: [PATCH 2/2] Update PR # --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c55f42f..a740690ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ # 2.57.x * Update Razor to 9.0.0-preview.24561.3 (PR: [#7748](https://github.com/dotnet/vscode-csharp/pull/7748)) * Add feature flag to turn on the new Roslyn tokenizer (PR: [#11185](https://github.com/dotnet/razor/pull/11185)) -* Bump xamltools to 17.13.35513.19 (PR: [#7776](https://github.com/dotnet/vscode-csharp/pull/7776)) +* Bump xamltools to 17.13.35513.19 (PR: [#7777](https://github.com/dotnet/vscode-csharp/pull/7777)) # 2.56.x * Update Roslyn to 4.13.0-2.24561.3 (PR: [#7765](https://github.com/dotnet/vscode-csharp/pull/7765))