Skip to content

Commit 4eb0250

Browse files
authored
Merge pull request #7200 from dotnet/merges/prerelease-to-main
Merge prerelease to main
2 parents ac16b31 + 7f2808b commit 4eb0250

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# Latest
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
12+
* Include process environment variables when running shell commands (PR: [#7152](https://github.com/dotnet/vscode-csharp/pull/7152))
13+
14+
# 2.32.14
715
* Use XML settings for XAML language-configuration.json (PR: https://github.com/dotnet/vscode-csharp/pull/7162)
816
* Bump xamlTools to the latest (PR: https://github.com/dotnet/vscode-csharp/pull/7161)
917
* Update Debugger to v2.30.1 (PR: https://github.com/dotnet/vscode-csharp/pull/7145)

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)