Skip to content

Commit 460f8ad

Browse files
authored
Bump xamlTools to add Implicit XMLNS feature for MAUI and TAP fixes (#8929)
2 parents 91271ad + 76bd708 commit 460f8ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* Add more details to stale project update warning (PR: [#82053](https://github.com/dotnet/roslyn/pull/82053))
1010
* Cleanup server capabilities providers and delete unused LSP providers (PR: [#82116](https://github.com/dotnet/roslyn/pull/82116))
1111
* Reduce allocations in LSP completion handling. (PR: [#82133](https://github.com/dotnet/roslyn/pull/82133))
12+
* Update xamlTools to 18.4.11427.62 (PR: [#8929](https://github.com/dotnet/vscode-csharp/pull/8929))
13+
* Implicit XML namespaces for MAUI feature (PR: AzDO#698019)
14+
* Fix MAUI TAP initialization issue and improve logging (PR: AzDO#702593)
1215

1316
# 2.114.x
1417
* Adjust Select Project Context editor menu item location (PR: [#8907](https://github.com/dotnet/vscode-csharp/pull/8907))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"omniSharp": "1.39.14",
4545
"razor": "10.0.0-preview.26075.11",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
47-
"xamlTools": "18.3.11128.18"
47+
"xamlTools": "18.4.11427.62"
4848
},
4949
"main": "./dist/extension",
5050
"l10n": "./l10n",

0 commit comments

Comments
 (0)