Skip to content

Commit 602baeb

Browse files
authored
Merge pull request #7510 from dibarbet/cherry_pick_xaml_fix
Cherry-pick xaml fix to release
2 parents 78a4dcf + 5697fd3 commit 602baeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Update Debugger to v2.43.0 (PR: [#7420](https://github.com/dotnet/vscode-csharp/pull/7420))
2424
* Bump xamltools to 17.12.35223.16 (PR: [#7464](https://github.com/dotnet/vscode-csharp/pull/7464))
2525
* Added XAML Hot Reload support for x:FactoryMethod and x:Arguments
26+
* Bump xamltools to 17.12.35304.30 (PR: [#7507](https://github.com/dotnet/vscode-csharp/pull/7508))
2627

2728
# 2.44.x
2829
* Bump Roslyn to 4.12.0-2.24416.3 (PR: [#7448](https://github.com/dotnet/vscode-csharp/pull/7448))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"omniSharp": "1.39.11",
4242
"razor": "9.0.0-preview.24418.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
44-
"xamlTools": "17.12.35223.16"
44+
"xamlTools": "17.12.35304.30"
4545
},
4646
"main": "./dist/extension",
4747
"l10n": "./l10n",

0 commit comments

Comments
 (0)