Skip to content

Commit 7f2808b

Browse files
Merge pull request #7195 from BretJohnson/dev/bretjohn/xaml-tools-bump
2 parents ba5eb84 + aa582fe commit 7f2808b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# Latest
7-
* Update xamlTools to 17.11.34924.19 (PR: [#7192](https://github.com/dotnet/vscode-csharp/pull/7192))
7+
* Update xamlTools to 17.11.34931.156 (PR: [#7195](https://github.com/dotnet/vscode-csharp/pull/7195))
8+
* Support XAML Hot Reload on iOS physical devices
9+
* Encrypt Hot Reload connection
10+
* Fix issue where WinUI Hot Reload stops working on successive debug sessions
11+
* Fix issue where Hot Reload sometimes doesn't work on first debug launch
812
* Include process environment variables when running shell commands (PR: [#7152](https://github.com/dotnet/vscode-csharp/pull/7152))
913

1014
# 2.32.14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"razor": "7.0.0-preview.24266.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"razorTelemetry": "7.0.0-preview.24178.4",
45-
"xamlTools": "17.11.34924.19"
45+
"xamlTools": "17.11.34931.156"
4646
},
4747
"main": "./dist/extension",
4848
"l10n": "./l10n",

0 commit comments

Comments
 (0)