From 9b9633ba2c8bad9d459bc0036fdfcc25722ffe85 Mon Sep 17 00:00:00 2001 From: Bret Johnson Date: Fri, 31 May 2024 22:14:32 -0400 Subject: [PATCH 1/2] Bump xamlTools Bump to 17.11.34931.108 This is from the latest VS build earlier today, 5/31. It includes the SSL encryption support and other key fixes. The final fixes, for iOS device support, aren't yet included - I'll create one more bump with those as soon as available. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aedccdbde..2ef4a5292 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "razor": "7.0.0-preview.24266.1", "razorOmnisharp": "7.0.0-preview.23363.1", "razorTelemetry": "7.0.0-preview.24178.4", - "xamlTools": "17.11.34924.19" + "xamlTools": "17.11.34931.108" }, "main": "./dist/extension", "l10n": "./l10n", From aa582fef820c9713bc495fa337a1de57035bd8b3 Mon Sep 17 00:00:00 2001 From: Bret Johnson Date: Sat, 1 Jun 2024 11:35:06 -0400 Subject: [PATCH 2/2] Bump xamlTools again, to get all fixes, and update CHANGELOG --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c93d601..f8c867d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # Latest -* Update xamlTools to 17.11.34924.19 (PR: [#7192](https://github.com/dotnet/vscode-csharp/pull/7192)) +* Update xamlTools to 17.11.34931.156 (PR: [#7195](https://github.com/dotnet/vscode-csharp/pull/7195)) + * Support XAML Hot Reload on iOS physical devices + * Encrypt Hot Reload connection + * Fix issue where WinUI Hot Reload stops working on successive debug sessions + * Fix issue where Hot Reload sometimes doesn't work on first debug launch * Include process environment variables when running shell commands (PR: [#7152](https://github.com/dotnet/vscode-csharp/pull/7152)) # 2.32.14 diff --git a/package.json b/package.json index 2ef4a5292..29f2e9b56 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "razor": "7.0.0-preview.24266.1", "razorOmnisharp": "7.0.0-preview.23363.1", "razorTelemetry": "7.0.0-preview.24178.4", - "xamlTools": "17.11.34931.108" + "xamlTools": "17.11.34931.156" }, "main": "./dist/extension", "l10n": "./l10n",